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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鉷キレ鉷キレB | 111110111100110110110111110110101111101111001101101101111101101001000010 | fbcdb7dafbcdb7da42 |
EUC-JP | 鉷キレ鉷キレB | 100011111110001111110001100011101011011110001110110110101000111111100011111100011000111010110111100011101101101001000010 | 8fe3f18eb78eda8fe3f18eb78eda42 |
UTF-8 | 鉷キレ鉷キレB | 11101001100010011011011111101111101111011011011111101111101111101001101011101001100010011011011111101111101111011011011111101111101111101001101001000010 | e989b7efbdb7efbe9ae989b7efbdb7efbe9a42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)