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 | 吟??蘖?■ | 100010111110000100111111001111111001111101010000001111111000000110100001 | 8be13f3f9f503f81a1 |
EUC-JP | 吟??蘖?■ | 101101101110001100111111001111111101110110110001001111111010001010100011 | b6e33f3fddb13fa2a3 |
UTF-8 | 吟㏘쨩蘖얕■ | 111001011001000010011111111000111000111110011000111011001010100010101001111010001001100010010110111011001001011010010101111000101001011010100000 | e5909fe38f98eca8a9e89896ec9695e296a0 |
UHC | 吟㏘쨩蘖얕■ | 111010111110000110100010111001001100001010111011111001011110111010111110111010001010000111100001 | ebe1a2e4c2bbe5eebee8a1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)