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 | 籵ゥ霄呎ク | 1110001011100000101010011110100010111010100110011110011010111000 | e2e0a9e8ba99e6b8 |
EUC-JP | 籵ゥ霄呎ク | 11100100111000101000111010101001111100001011110011010010111010001000111010111000 | e4e28ea9f0bcd2e88eb8 |
UTF-8 | 籵ゥ霄呎ク | 111001111011000110110101111011111011110110101001111010011001110010000100111001011001000110001110111011111011110110111000 | e7b1b5efbda9e99c84e5918eefbdb8 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)