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 | 赭溽「手 | 11100110110111101001111111100111101000101000111011101000 | e6de9fe7a28ee8 |
EUC-JP | 赭溽「手 | 1110110011100000110111101110100110001110101000101011110011101010 | ece0dee98ea2bcea |
UTF-8 | 赭溽「手 | 111010001011010110101101111001101011101010111101111011111011110110100010111001101000100110001011 | e8b5ade6babdefbda2e6898b |
UHC | ???手 | 0011111100111111001111111110001010100010 | 3f3f3fe2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)