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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霆篩??湲 | 1110100010111011111000101011111100111111001111111001111111010001 | e8bbe2bf3f3f9fd1 |
EUC-JP | 霆篩??湲 | 1111000010111101111001001100000100111111001111111101111011010011 | f0bde4c13f3fded3 |
UTF-8 | 霆篩렭렩湲 | 111010011001110010000110111001111010111110101001111010111010000010101101111010111010000010101001111001101011100110110010 | e99c86e7afa9eba0adeba0a9e6b9b2 |
UHC | 霆篩렭렩湲 | 11101111111111011101111011101000100011101011101010001110101101111110101010111000 | effddee88eba8eb7eab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)