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 | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
SJIS-WIN | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
EUC-JP | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
UTF-8 | 溫뽳숯D溫뽳숯D^ | 111001101011101010101011111010111011110110110011111011001000100010101111010001001110011010111010101010111110101110111101101100111110110010001000101011110100010001011110 | e6baabebbdb3ec88af44e6baabebbdb3ec88af445e |
UHC | 溫뽳숯D溫뽳숯D^ | 111010001010111010010110111011111011110110100001010001001110100010101110100101101110111110111101101000010100010001011110 | e8ae96efbda144e8ae96efbda1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)