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 | 禎紗??俎? | 100100101111010110001110110100010011111100111111100110001101011100111111 | 92f58ed13f3f98d73f |
EUC-JP | 禎紗??俎? | 110001001111011110111100110100110011111100111111110100001101100100111111 | c4f7bcd33f3fd0d93f |
UTF-8 | 禎紗렓렜俎렣 | 111001111010011010001110111001111011010010010111111010111010000010010011111010111010000010011100111001001011111110001110111010111010000010100011 | e7a68ee7b497eba093eba09ce4bf8eeba0a3 |
UHC | 禎紗렓렜俎렣 | 111011111110111011011110111010011000111010101000100011101010111011110000101110111000111010110100 | efeedee98ea88eaef0bb8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)