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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????ケ?? | 0011111100111111001111110011111110000011010100000011111100111111 | 3f3f3f3f83503f3f |
EUC-JP | ????ケ?? | 0011111100111111001111110011111110100101101100010011111100111111 | 3f3f3f3fa5b13f3f |
UTF-8 | 룶뇜룵킃ケ룵깹 | 111010111010001110110110111010111000011110011100111010111010001110110101111011011000001010000011111000111000001010110001111010111010001110110101111010101011100110111001 | eba3b6eb879ceba3b5ed8283e382b1eba3b5eab9b9 |
UHC | 룶뇜룵킃ケ룵깹 | 1000111110101011101100111111110110001111101010101011010010001111101010111011000110001111101010101011001010100001 | 8fabb3fd8faab48fabb18faab2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)