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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陷呈ィ娯箔 | 111010001001110010010010111001101010100010001100111000101001010010010011 | e89c92e6a88ce29493 |
EUC-JP | 陷呈ィ娯箔 | 11101111111111001100010011101000100011101010100010111000111001001100011111110011 | effcc4e88ea8b8e4c7f3 |
UTF-8 | 陷呈ィ娯箔 | 111010011001100110110111111001011001000110001000111011111011110110101000111001011010100010101111111001111010111010010100 | e999b7e59188efbda8e5a8afe7ae94 |
UHC | 陷呈??箔 | 1111100111101000111011111101000000111111001111111101101011011000 | f9e8efd03f3fdad8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)