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 | 111001000110011000111111001111110011111110000111010000000011111101000010 | e4663f3f3f87403f42 |
EUC-JP | 臟?????B | 1110011111000111001111110011111100111111001111110011111101000010 | e7c73f3f3f3f3f42 |
UTF-8 | 臟놄뼇狀①옚B | 11101000100001111001111111101011100001101000010011101011101111001000011111101111101001111011101011100010100100011010000011101100100110001001101001000010 | e8879feb8684ebbc87efa7bae291a0ec989a42 |
UHC | 臟놄뼇狀①옚B | 11101101111101001000011011101110100101101001000111101101111011101010100011100111100111101001111001000010 | edf486ee9691edeea8e79e9e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)