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 | 蜈????? | 11100101100001010011111100111111001111110011111100111111 | e5853f3f3f3f3f |
EUC-JP | 蜈????? | 11101001111001010011111100111111001111110011111100111111 | e9e53f3f3f3f3f |
UTF-8 | 蜈욅쭅若ㅸ쪥 | 111010001001110010001000111011001001101010000101111011001010110110000101111011111010010110110100111000111000010110111000111011001010101010100101 | e89c88ec9a85ecad85efa5b4e385b8ecaaa5 |
UHC | 蜈욅쭅若ㅸ쪥 | 111010001010010110011110111001111010011110000001111001011010111010100100111010001010010110011110 | e8a59ee7a781e5aea4e8a59e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)