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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 獄??夜?] | 1000110110010110001111110011111110010110111010010011111101011101 | 8d963f3f96e93f5d |
EUC-JP | 獄??夜?] | 1011100111110110001111110011111111001100111010110011111101011101 | b9f63f3fcceb3f5d |
UTF-8 | 獄띌숱夜긒] | 11100111100011011000010011101011100111011000110011101100100010001011000111100101101001001001110011101010101110001001001001011101 | e78d84eb9d8cec88b1e5a49ceab8925d |
UHC | 獄띌숱夜긒] | 1110100010101011101101101110100110111101101000101110010110101000100000110101000101011101 | e8abb6e9bda2e5a883515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)