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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | セヒ貔軸^ | 10111110110010111110011010111110100011101011001001011110 | becbe6be8eb25e |
EUC-JP | セヒ貔軸^ | 100011101011111010001110110010111110110011000000101111001011010001011110 | 8ebe8ecbecc0bcb45e |
UTF-8 | セヒ貔軸^ | 11101111101111011011111011101111101111101000101111101000101100101001010011101000101110111011100001011110 | efbdbeefbe8be8b294e8bbb85e |
UHC | ???軸^ | 001111110011111100111111111101011110111001011110 | 3f3f3ff5ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)