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 | ????℡? | 00111111001111110011111100111111100001111000010000111111 | 3f3f3f3f87843f |
EUC-JP | ???饔?? | 0011111100111111001111111000111111101000111011110011111100111111 | 3f3f3f8fe8ef3f3f |
UTF-8 | 掠뺠쨶饔℡뀴 | 111011111010010110110101111010111011101010100000111011001010100010110110111010011010010110010100111000101000010010100001111010111000000010110100 | efa5b5ebbaa0eca8b6e9a594e284a1eb80b4 |
UHC | 掠뺠쨶饔℡뀴 | 111001011011000110010101111010001010010010010000111010001011110110100010111001011000010110101010 | e5b195e8a490e8bda2e585aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)