To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 雪?Y | 10010000111000010011111101011001 | 90e13f59 |
EUC-JP | 雪?Y | 11000000111000110011111101011001 | c0e33f59 |
UTF-8 | 雪蟬Y | 11101001100110111010101011101000100111111010110001011001 | e99baae89fac59 |
UHC | 雪蟬Y | 1110000011100100111000001101000101011001 | e0e4e0d159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)