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 | 00111111100111111000001000111111001111110011111101101000 | 3f9f823f3f3f68 |
EUC-JP | ?氓???h | 00111111110111011110001000111111001111110011111101101000 | 3fdde23f3f3f68 |
UTF-8 | 뤗氓놈탮₄h | 11101011101001001001011111100110101100001001001111101011100001101000100011101101100000111010111011100010100000101000010001101000 | eba497e6b093eb8688ed83aee2828468 |
UHC | 뤗氓놈탮₄h | 1000111111000111110110001110110010110011111100001011010110001110101010011111111001101000 | 8fc7d8ecb3f0b58ea9fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)