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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 訝??歪ょ? | 111001100110001000111111001111111001100001100011100000101110010100111111 | e6623f3f986382e53f |
EUC-JP | 訝??歪ょ? | 111010111100001100111111001111111100111111000100101001001110011100111111 | ebc33f3fcfc4a4e73f |
UTF-8 | 訝딉쉴歪ょ뮵 | 111010001010100010011101111010111001010010001001111011001000100110110100111001101010110110101010111000111000001010000111111010111010111010110101 | e8a89deb9489ec89b4e6adaae38287ebaeb5 |
UHC | 訝딉쉴歪ょ뮵 | 111001001011100010001010111011111011110110101111111010001110000010101010111001111001001010111101 | e4b88aefbdafe8e0aae792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)