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 | ???wh | 0011111100111111001111110111011101101000 | 3f3f3f7768 |
SJIS-WIN | 譚灘廠wh | 1110011010011101100100111110010110001111101100010111011101101000 | e69d93e58fb17768 |
EUC-JP | 譚灘廠wh | 1110101111111101110001101110011110111110101100110111011101101000 | ebfdc6e7beb37768 |
UTF-8 | 譚灘廠wh | 1110100010101101100110101110011110000001100110001110010110111011101000000111011101101000 | e8ad9ae78198e5bba07768 |
UHC | 譚灘廠wh | 1101001111001001111101111010100011110011110111110111011101101000 | d3c9f7a8f3df7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)