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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 重?圓?? | 10001111011001000011111110011010101000100011111100111111 | 8f643f9aa23f3f |
EUC-JP | 重?圓?? | 10111101110001010011111111010100101001000011111100111111 | bdc53fd4a43f3f |
UTF-8 | 重렏圓뀀디 | 111010011000011110001101111010111010000010001111111001011001110010010011111010111000000010000000111010111001010010010100 | e9878deba08fe59c93eb8080eb9494 |
UHC | 重렏圓뀀디 | 11110001111011001000111010100101111010101010110110110010111010111011010111110000 | f1ec8ea5eaadb2ebb5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)