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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲???如 | 11100001100111110011111100111111001111111001010001000000 | e19f3f3f3f9440 |
EUC-JP | 癲???如 | 11100010101000010011111100111111001111111100011110100001 | e2a13f3f3fc7a1 |
UTF-8 | 癲부살뒠如 | 111001111001100110110010111010111011011010000000111011001000001010110100111010111001001010100000111001011010011010000010 | e799b2ebb680ec82b4eb92a0e5a682 |
UHC | 癲부살뒠如 | 11101111101001101011101011001110101110111110110010001010100111001110010111111101 | efa6bacebbec8a9ce5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)