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 | ??P?? | 0011111100111111010100000011111100111111 | 3f3f503f3f |
SJIS-WIN | □?P?? | 100000011010000000111111010100000011111100111111 | 81a03f503f3f |
EUC-JP | □?P?? | 101000101010001000111111010100000011111100111111 | a2a23f503f3f |
UTF-8 | □▩P룵에 | 11100010100101101010000111100010100101101010100101010000111010111010001110110101111011001001011110010000 | e296a1e296a950eba3b5ec9790 |
UHC | □▩P룵에 | 101000011110000010100010110011000101000010001111101010101011111110100001 | a1e0a2cc508faabfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)