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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 円??裝?\ | 1000100101111110001111110011111111100101111001000011111101011100 | 897e3f3fe5e43f5c |
EUC-JP | 円??裝?\ | 1011000111011111001111110011111111101010111001100011111101011100 | b1df3f3feae63f5c |
UTF-8 | 円녕쉔裝늶\ | 11100101100001101000011011101011100001011001010111101100100010011001010011101000101000111001110111101011100010101011011001011100 | e58686eb8595ec8994e8a39deb8ab65c |
UHC | 円녕쉔裝늶\ | 1110010111110111101100111110011110111101101010001110110111111011100010000111100101011100 | e5f7b3e7bda8edfb88795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)