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 | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
SJIS-WIN | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
EUC-JP | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
UTF-8 | 淋욎껀z淋욎껀zB | 111011111010011110110101111011001001101010001110111010101011101110000000011110101110111110100111101101011110110010011010100011101110101010111011100000000111101001000010 | efa7b5ec9a8eeabb807aefa7b5ec9a8eeabb807a42 |
UHC | 淋욎껀z淋욎껀zB | 111011001111100010011110111011001011001010101011011110101110110011111000100111101110110010110010101010110111101001000010 | ecf89eecb2ab7aecf89eecb2ab7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)