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 | ??????Q | 00111111001111110011111100111111001111110011111101010001 | 3f3f3f3f3f3f51 |
SJIS-WIN | 訝??節??Q | 111001100110001000111111001111111001000011011111001111110011111101010001 | e6623f3f90df3f3f51 |
EUC-JP | 訝??節??Q | 111010111100001100111111001111111100000011100001001111110011111101010001 | ebc33f3fc0e13f3f51 |
UTF-8 | 訝딉쉴節쇽쉴Q | 11101000101010001001110111101011100101001000100111101100100010011011010011100111101011111000000011101100100001111011110111101100100010011011010001010001 | e8a89deb9489ec89b4e7af80ec87bdec89b451 |
UHC | 訝딉쉴節쇽쉴Q | 11100100101110001000101011101111101111011010111111101111101111011011110011101111101111011010111101010001 | e4b88aefbdafefbdbcefbdaf51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)