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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?鳥曹??? | 0011111110010010101110011001000110000010001111110011111100111111 | 3f92b991823f3f3f |
EUC-JP | ?鳥曹??? | 0011111111000100101110111100000111100010001111110011111100111111 | 3fc4bbc1e23f3f3f |
UTF-8 | 렮鳥曹롕렳렦 | 111010111010000010101110111010011011001110100101111001101001101110111001111010111010000110010101111010111010000010110011111010111010000010100110 | eba0aee9b3a5e69bb9eba195eba0b3eba0a6 |
UHC | 렮鳥曹롕렳렦 | 100011101011101111110000111010001111000011000111100011101101100110001110110000001000111010110101 | 8ebbf0e8f0c78ed98ec08eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)