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 | 001111110011111101001101011110100011111100111111010011010111101001000010 | 3f3f4d7a3f3f4d7a42 |
SJIS-WIN | 鼎?Mz鼎?MzB | 1001001101000011001111110100110101111010100100110100001100111111010011010111101001000010 | 93433f4d7a93433f4d7a42 |
EUC-JP | 鼎?Mz鼎?MzB | 1100010110100100001111110100110101111010110001011010010000111111010011010111101001000010 | c5a43f4d7ac5a43f4d7a42 |
UTF-8 | 鼎렩Mz鼎렩MzB | 1110100110111100100011101110101110100000101010010100110101111010111010011011110010001110111010111010000010101001010011010111101001000010 | e9bc8eeba0a94d7ae9bc8eeba0a94d7a42 |
UHC | 鼎렩Mz鼎렩MzB | 11110000101000111000111010110111010011010111101011110000101000111000111010110111010011010111101001000010 | f0a38eb74d7af0a38eb74d7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)