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 | 蝪駆「ろァ懶 | 11100101101000011000101111101100101000101000001011101011101001111001110011101111 | e5a18beca282eba79cef |
EUC-JP | 蝪駆「ろァ懶 | 111010101010001110110110111011101000111010100010101001001110110110001110101001111101100011110001 | eaa3b6ee8ea2a4ed8ea7d8f1 |
UTF-8 | 蝪駆「ろァ懶 | 111010001001110110101010111010011010011110000110111011111011110110100010111000111000001010001101111011111011110110100111111001101000011110110110 | e89daae9a786efbda2e3828defbda7e687b6 |
UHC | ???ろ?懶 | 0011111100111111001111111010101011101101001111111101010011111011 | 3f3f3faaed3fd4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)