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 | 壕?悌? | 100011011000100000111111100100101110111000111111 | 8d883f92ee3f |
EUC-JP | 壕?悌? | 101110011110100000111111110001001111000000111111 | b9e83fc4f03f |
UTF-8 | 壕렢悌렚 | 111001011010001110010101111010111010000010100010111001101000001010001100111010111010000010011010 | e5a395eba0a2e6828ceba09a |
UHC | 壕렢悌렚 | 1111101110111101100011101011001111110000101010101000111010101101 | fbbd8eb3f0aa8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)