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 | 厭??嗚 | 100010010111110100111111001111111001101001101010 | 897d3f3f9a6a |
EUC-JP | 厭??嗚 | 101100011101111000111111001111111101001111001011 | b1de3f3fd3cb |
UTF-8 | 厭얕쨹嗚 | 111001011000111010101101111011001001011010010101111011001010100010111001111001011001011110011010 | e58eadec9695eca8b9e5979a |
UHC | 厭얕쨹嗚 | 1110011011110100101111101110100010100100100100111110011111110000 | e6f4bee8a493e7f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)