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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 劾?㎝G | 100010100100111000111111100001110111000001000111 | 8a4e3f877047 |
EUC-JP | 劾??G | 1011001110101111001111110011111101000111 | b3af3f3f47 |
UTF-8 | 劾쏆㎝G | 11100101100010101011111011101100100011111000011011100011100011101001110101000111 | e58abeec8f86e38e9d47 |
UHC | 劾쏆㎝G | 11111010101101101001101111101100101001111010111101000111 | fab69beca7af47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)