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 | 畯???奚? | 1111101101101111001111110011111100111111100110101111011000111111 | fb6f3f3f3f9af63f |
EUC-JP | 畯???奚? | 100011111100110110111011001111110011111100111111110101001111100000111111 | 8fcdbb3f3f3fd4f83f |
UTF-8 | 畯흖렩렊奚렪 | 111001111001010110101111111011011001110110010110111010111010000010101001111010111010000010001010111001011010010110011010111010111010000010101010 | e795afed9d96eba0a9eba08ae5a59aeba0aa |
UHC | 畯흖렩렊奚렪 | 111100011110000111001000111010001000111010110111100011101010000111111010101010001000111010111000 | f1e1c8e88eb78ea1faa88eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)