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 | 冶??蘊 | 100101101110100000111111001111111110010101011101 | 96e83f3fe55d |
EUC-JP | 冶??蘊 | 110011001110101000111111001111111110100110111110 | ccea3f3fe9be |
UTF-8 | 冶싲ㅊ蘊 | 111001011000011010110110111011001000101110110010111000111000010110001010111010001001100010001010 | e586b6ec8bb2e3858ae8988a |
UHC | 冶싲ㅊ蘊 | 1110010110100111100110101110101110100100101110101110100010110011 | e5a79aeba4bae8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)