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 | 悌???諄皎 | 100100101110111000111111001111110011111111100110011110001110000110100111 | 92ee3f3f3fe678e1a7 |
EUC-JP | 悌???諄皎 | 110001001111000000111111001111110011111111101011110110011110001010101001 | c4f03f3f3febd9e2a9 |
UTF-8 | 悌ㅹ렦렑諄皎 | 111001101000001010001100111000111000010110111001111010111010000010100110111010111010000010010001111010001010101110000100111001111001101010001110 | e6828ce385b9eba0a6eba091e8ab84e79a8e |
UHC | 悌ㅹ렦렑諄皎 | 111100001010101010100100111010011000111010110101100011101010011011100010111101001100111011101011 | f0aaa4e98eb58ea6e2f4ceeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)