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 | 輒鶉輊潁 | 1110011101101011111010100100011111100111011010001001111111110001 | e76bea47e7689ff1 |
EUC-JP | 輒鶉輊潁 | 1110110111001100111100111010100011101101110010011101111011110011 | edccf3a8edc9def3 |
UTF-8 | 輒鶉輊潁 | 111010001011110010010010111010011011011010001001111010001011110010001010111001101011110110000001 | e8bc92e9b689e8bc8ae6bd81 |
UHC | 輒??潁 | 111101001110010100111111001111111110011110111000 | f4e53f3fe7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)