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 | ????L?? | 00111111001111110011111100111111010011000011111100111111 | 3f3f3f3f4c3f3f |
SJIS-WIN | 趙???L姚? | 111001101110001000111111001111110011111101001100100110110100110000111111 | e6e23f3f3f4c9b4c3f |
EUC-JP | 趙???L姚? | 111011001110010000111111001111110011111101001100110101011010110100111111 | ece43f3f3f4cd5ad3f |
UTF-8 | 趙肋렰엉L姚톻 | 11101000101101101001100111101111101001011001001111101011101000001011000011101100100101111000100101001100111001011010011110011010111011011000011010111011 | e8b699efa593eba0b0ec97894ce5a79aed86bb |
UHC | 趙肋렰엉L姚톻 | 11110000111000011101001011110001100011101011110110111110111110110100110011101000111011101011011110001110 | f0e1d2f18ebdbefb4ce8eeb78e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)