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 | 筌????┯ | 1110001010100011001111110011111100111111001111111000010010110110 | e2a33f3f3f3f84b6 |
EUC-JP | 筌????┯ | 1110010010100101001111110011111100111111001111111010100010111000 | e4a53f3f3f3fa8b8 |
UTF-8 | 筌껋꼪痢랃┯ | 111001111010110110001100111010101011101110001011111010101011110010101010111011111010011110100101111010111001111010000011111000101001010010101111 | e7ad8ceabb8beabcaaefa7a5eb9e83e294af |
UHC | 筌껋꼪痢랃┯ | 111011111010011110000011111011001000010010000111111011001011100010001101111011111010011010111000 | efa783ec8487ecb88defa6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)