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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 臍??盖 | 111001000110000000111111001111111110000110110011 | e4603f3fe1b3 |
EUC-JP | 臍??盖 | 111001111100000100111111001111111110001010110101 | e7c13f3fe2b5 |
UTF-8 | 臍폈렯盖 | 111010001000011110001101111011011000111110001000111010111010000010101111111001111001101110010110 | e8878ded8f88eba0afe79b96 |
UHC | 臍폈렯盖 | 1111000010110000110001101111000110001110101111001100101111001100 | f0b0c6f18ebccbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)