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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 樂?樂?B | 10011110110110010011111110011110110110010011111101000010 | 9ed93f9ed93f42 |
EUC-JP | 樂?樂?B | 11011100110110110011111111011100110110110011111101000010 | dcdb3fdcdb3f42 |
UTF-8 | 樂쏦樂쏦B | 11100110101010001000001011101100100011111010011011100110101010001000001011101100100011111010011001000010 | e6a882ec8fa6e6a882ec8fa642 |
UHC | 樂쏦樂쏦B | 111001001100010110011100010010001110010011000101100111000100100001000010 | e4c59c48e4c59c4842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)