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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 繞??由?h | 1110001110000101001111110011111110010111010100100011111101101000 | e3853f3f97523f68 |
EUC-JP | 繞??由?h | 1110010111100101001111110011111111001101101100110011111101101000 | e5e53f3fcdb33f68 |
UTF-8 | 繞볥쉠由뛂h | 11100111101110011001111011101011101100111010010111101100100010011010000011100111100101001011000111101011100110111000001001101000 | e7b99eebb3a5ec89a0e794b1eb9b8268 |
UHC | 繞볥쉠由뛂h | 1110100110100100100100111110101110111101101010101110101110100110100011001111111001101000 | e9a493ebbdaaeba68cfe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)