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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 妖???低豆 | 100101110110010000111111001111110011111110010010111000011001001110100100 | 97643f3f3f92e193a4 |
EUC-JP | 妖???低豆 | 110011011100010100111111001111110011111111000100111000111100011010100110 | cdc53f3f3fc4e3c6a6 |
UTF-8 | 妖쾡렖렞低豆 | 111001011010011010010110111011001011111010100001111010111010000010010110111010111010000010011110111001001011110110001110111010001011000110000110 | e5a696ecbea1eba096eba09ee4bd8ee8b186 |
UHC | 妖쾡렖렞低豆 | 111010001110110111000100111010011000111010101011100011101010111111101110101110001101010011100111 | e8edc4e98eab8eafeeb8d4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)