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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 瓮g?容?B | 111000010100010010000010100001110011111110010111011001010011111101000010 | e14482873f97653f42 |
EUC-JP | 瓮g?容?B | 111000011010010110100011111001110011111111001101110001100011111101000010 | e1a5a3e73fcdc63f42 |
UTF-8 | 瓮g퉽容뛄B | 11100111100100111010111011101111101111011000011111101101100010011011110111100101101011101011100111101011100110111000010001000010 | e793aeefbd87ed89bde5aeb9eb9b8442 |
UHC | 瓮g퉽容뛄B | 1110100010110111101000111110011110111001100101011110100110111011100011010100001001000010 | e8b7a3e7b995e9bb8d4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)