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 | ?n? | 00111111100000101000111000111111 | 3f828e3f |
EUC-JP | ?n? | 00111111101000111110111000111111 | 3fa3ee3f |
UTF-8 | 狀n눨 | 111011111010011110111010111011111011110110001110111010111000100010101000 | efa7baefbd8eeb88a8 |
UHC | 狀n눨 | 111011011110111010100011111011101000011110111111 | edeea3ee87bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)