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 | 訷喊邂冗 | 1111101110100100100110100101111011100111101011101000111111100111 | fba49a5ee7ae8fe7 |
EUC-JP | 訷喊邂冗 | 100011111101110111010100110100111011111111101110101100001011111011101001 | 8fddd4d3bfeeb0bee9 |
UTF-8 | 訷喊邂冗 | 111010001010100010110111111001011001011010001010111010011000001010000010111001011000011010010111 | e8a8b7e5968ae98282e58697 |
UHC | ?喊邂冗 | 00111111111110011110001011111010101100111110100110110111 | 3ff9e2fab3e9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)