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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 禪睡熄B | 11100010010101111001000010000111111000001000111101000010 | e2579087e08f42 |
EUC-JP | 禪睡熄B | 11100011101110001011111111100111110111111110111101000010 | e3b8bfe7dfef42 |
UTF-8 | 禪睡熄B | 11100111101001101010101011100111100111011010000111100111100001101000010001000010 | e7a6aae79da1e7868442 |
UHC | 禪睡熄B | 11100000110010011110001010110010111000111101100001000010 | e0c9e2b2e3d842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)