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 | 遽瑚献湜 | 1110011110101111100011001110100010001100101000111111101101000111 | e7af8ce88ca3fb47 |
EUC-JP | 遽瑚献湜 | 111011101011000110111000111010101011100010100101100011111100011111111100 | eeb1b8eab8a58fc7fc |
UTF-8 | 遽瑚献湜 | 111010011000000110111101111001111001000110011010111001111000110010101110111001101011100110011100 | e981bde7919ae78caee6b99c |
UHC | 遽瑚?湜 | 11001011111010001111101111010001001111111110001111010111 | cbe8fbd13fe3d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)