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 | 禎?刀遠 | 10010010111101010011111110010011100000011000100110010011 | 92f53f93818993 |
EUC-JP | 禎?刀遠 | 11000100111101110011111111000101111000011011000111110011 | c4f73fc5e1b1f3 |
UTF-8 | 禎대刀遠 | 111001111010011010001110111010111000110010000000111001011000100010000000111010011000000110100000 | e7a68eeb8c80e58880e981a0 |
UHC | 禎대刀遠 | 1110111111101110101101001110101111010011111011111110101011000000 | efeeb4ebd3efeac0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)