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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?底???B | 00111111100100101110101000111111001111110011111101000010 | 3f92ea3f3f3f42 |
EUC-JP | ?底???B | 00111111110001001110110000111111001111110011111101000010 | 3fc4ec3f3f3f42 |
UTF-8 | 뤗底퍘헨섶B | 11101011101001001001011111100101101110101001010111101101100011011001100011101101100101111010100011101100100001001011011001000010 | eba497e5ba95ed8d98ed97a8ec84b642 |
UHC | 뤗底퍘헨섶B | 1000111111000111111011101011110010111011100011111100011111101110101111001011101101000010 | 8fc7eebcbb8fc7eebcbb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)