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 | 茆後ぅ糯 | 1110010010011011100011001110001110000010101000111110001011110111 | e49b8ce382a3e2f7 |
EUC-JP | 茆後ぅ糯 | 1110011111111011101110001110010110100100101001011110010011111001 | e7fbb8e5a4a5e4f9 |
UTF-8 | 茆後ぅ糯 | 111010001000110010000110111001011011111010001100111000111000000110000101111001111011001110101111 | e88c86e5be8ce38185e7b3af |
UHC | ?後ぅ? | 001111111111110110101101101010101010010100111111 | 3ffdadaaa53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)