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 | 獄??筍? | 10001101100101100011111100111111111000101010000100111111 | 8d963f3fe2a13f |
EUC-JP | 獄??筍? | 10111001111101100011111100111111111001001010001100111111 | b9f63f3fe4a33f |
UTF-8 | 獄븍슣筍덨 | 111001111000110110000100111010111011100010001101111011001000101010100011111001111010110110001101111010111000110110101000 | e78d84ebb88dec8aa3e7ad8deb8da8 |
UHC | 獄븍슣筍덨 | 11101000101010111011101011101011100110101010111111100010111011001000100101000010 | e8abbaeb9aafe2ec8942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)