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 | ì¥mzì¥mzB | 1110110010001000101001010110110101111010111011001000100010100101011011010111101001000010 | ec88a56d7aec88a56d7a42 |
SJIS-WIN | ??¥mz??¥mzB | 00111111001111111000000110001111011011010111101000111111001111111000000110001111011011010111101001000010 | 3f3f818f6d7a3f3f818f6d7a42 |
EUC-JP | ì??mzì??mzB | 100011111010101111000000001111110011111101101101011110101000111110101011110000000011111100111111011011010111101001000010 | 8fabc03f3f6d7a8fabc03f3f6d7a42 |
UTF-8 | ì¥mzì¥mzB | 1100001110101100110000101000100011000010101001010110110101111010110000111010110011000010100010001100001010100101011011010111101001000010 | c3acc288c2a56d7ac3acc288c2a56d7a42 |
UHC | ???mz???mzB | 0011111100111111001111110110110101111010001111110011111100111111011011010111101001000010 | 3f3f3f6d7a3f3f3f6d7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)