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 | 111000111010100011011111110110111110001110101000110111111101101101000010 | e3a8dfdbe3a8dfdb42 |
EUC-JP | 罟゚ロ罟゚ロB | 11100110101010101000111011011111100011101101101111100110101010101000111011011111100011101101101101000010 | e6aa8edf8edbe6aa8edf8edb42 |
UTF-8 | 罟゚ロ罟゚ロB | 11100111101111011001111111101111101111101001111111101111101111101001101111100111101111011001111111101111101111101001111111101111101111101001101101000010 | e7bd9fefbe9fefbe9be7bd9fefbe9fefbe9b42 |
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)