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 | 頷「讎願ィ | 1110100011110101101000101110011010100110100010101110100010101000 | e8f5a2e6a68ae8a8 |
EUC-JP | 頷「讎願ィ | 11110000111101111000111010100010111011001010100010110100111010101000111010101000 | f0f78ea2eca8b4ea8ea8 |
UTF-8 | 頷「讎願ィ | 111010011010000010110111111011111011110110100010111010001010111010001110111010011010000110011000111011111011110110101000 | e9a0b7efbda2e8ae8ee9a198efbda8 |
UHC | ???願? | 001111110011111100111111111010101100001100111111 | 3f3f3feac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)