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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 寘自鈆 | 111110101010100110001110101010011111101111000001 | faa98ea9fbc1 |
EUC-JP | 寘自鈆 | 1000111110111010111000011011110010101011100011111110001110111100 | 8fbae1bcab8fe3bc |
UTF-8 | 寘自鈆 | 111001011010111110011000111010001000011110101010111010011000100010000110 | e5af98e887aae98886 |
UHC | ?自? | 00111111111011011011101100111111 | 3fedbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)