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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 毓?邑? | 100111110111100100111111100101110101011100111111 | 9f793f97573f |
EUC-JP | 毓?邑? | 110111011101101000111111110011011011100000111111 | ddda3fcdb83f |
UTF-8 | 毓쿐邑봈 | 111001101010111110010011111011001011111110010000111010011000001010010001111010111011010010001000 | e6af93ecbf90e98291ebb488 |
UHC | 毓쿐邑봈 | 1110101110111110101100110100010111101011111010011001010001001000 | ebbeb345ebe99448 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)