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 | 汁????腑 | 1000111101100000001111110011111100111111001111111110010001000100 | 8f603f3f3f3fe444 |
EUC-JP | 汁????腑 | 1011110111000001001111110011111100111111001111111110011110100101 | bdc13f3f3f3fe7a5 |
UTF-8 | 汁흔렪렪炡腑 | 111001101011000110000001111011011001110110010100111010111010000010101010111010111010000010101010111001111000001010100001111010001000010110010001 | e6b181ed9d94eba0aaeba0aae782a1e88591 |
UHC | 汁흔렪렪炡腑 | 111100011111000011001000111001111000111010111000100011101011100011101111111010001101110110110000 | f1f0c8e78eb88eb8efe8ddb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)