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 | 蠢?爰??腑 | 111001011011111100111111111000001010011100111111001111111110010001000100 | e5bf3fe0a73f3fe444 |
EUC-JP | 蠢?爰??腑 | 111010101100000100111111111000001010100100111111001111111110011110100101 | eac13fe0a93f3fe7a5 |
UTF-8 | 蠢렎爰렪炡腑 | 111010001010000010100010111010111010000010001110111001111000100010110000111010111010000010101010111001111000001010100001111010001000010110010001 | e8a0a2eba08ee788b0eba0aae782a1e88591 |
UHC | 蠢렎爰렪炡腑 | 111100011110001110001110101001001110101010111010100011101011100011101111111010001101110110110000 | f1e38ea4eaba8eb8efe8ddb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)