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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 旭?伊曇 | 10001000101011100011111110001000110010011001001111011100 | 88ae3f88c993dc |
EUC-JP | 旭?伊曇 | 10110000101100000011111110110000110010111100011011011110 | b0b03fb0cbc6de |
UTF-8 | 旭렔伊曇 | 111001101001011110101101111010111010000010010100111001001011110010001010111001101001101110000111 | e697adeba094e4bc8ae69b87 |
UHC | 旭렔伊曇 | 1110100111101111100011101010100111101100101001011101001110111110 | e9ef8ea9eca5d3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)