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 | ??\? | 00111111001111110101110000111111 | 3f3f5c3f |
SJIS-WIN | 霎ソ\譽 | 111010001011111010111111010111001110011010100011 | e8bebf5ce6a3 |
EUC-JP | 霎ソ\譽 | 11110000110000001000111010111111010111001110110010100101 | f0c08ebf5ceca5 |
UTF-8 | 霎ソ\譽 | 11101001100111001000111011101111101111011011111101011100111010001010110110111101 | e99c8eefbdbf5ce8adbd |
UHC | ??\譽 | 0011111100111111010111001110011111100010 | 3f3f5ce7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)