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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鵫ミト゚タB | 11111100010010001101000011000100110111111100000001000010 | fc48d0c4dfc042 |
EUC-JP | 鵫ミト゚タB | 100011111110101111111010100011101101000010001110110001001000111011011111100011101100000001000010 | 8febfa8ed08ec48edf8ec042 |
UTF-8 | 鵫ミト゚タB | 11101001101101011010101111101111101111101001000011101111101111101000010011101111101111101001111111101111101111101000000001000010 | e9b5abefbe90efbe84efbe9fefbe8042 |
UHC | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)