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 | 娃??巽 | 100010001010000100111111001111111001001001000110 | 88a13f3f9246 |
EUC-JP | 娃??巽 | 101100001010001100111111001111111100001110100111 | b0a33f3fc3a7 |
UTF-8 | 娃뺣슢巽 | 111001011010100010000011111010111011101010100011111011001000101010100010111001011011011110111101 | e5a883ebbaa3ec8aa2e5b7bd |
UHC | 娃뺣슢巽 | 1110100011011111100101011110101110011010101011101110000111011110 | e8df95eb9aaee1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)