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 | 獄?Б艶 | 10001101100101100011111110000100010000011000100110010000 | 8d963f84418990 |
EUC-JP | 獄?Б艶 | 10111001111101100011111110100111101000101011000111110000 | b9f63fa7a2b1f0 |
UTF-8 | 獄ㅵБ艶 | 1110011110001101100001001110001110000101101101011101000010010001111010001000100110110110 | e78d84e385b5d091e889b6 |
UHC | 獄ㅵБ艶 | 1110100010101011101001001110010110101100101000101110011011111101 | e8aba4e5aca2e6fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)