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 | 顋榊現莨 | 1110100011111001100011011110010110001100101110111110010010111100 | e8f98de58cbbe4bc |
EUC-JP | 顋榊現莨 | 1111000011111011101110101110011110111000101111011110100010111110 | f0fbbae7b8bde8be |
UTF-8 | 顋榊現莨 | 111010011010000110001011111001101010011010001010111001111000111110111110111010001000111010101000 | e9a18be6a68ae78fbee88ea8 |
UHC | ??現? | 0011111100111111111110101101111000111111 | 3f3ffade3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)