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 | ???y???yB | 001111110011111100111111011110010011111100111111001111110111100101000010 | 3f3f3f793f3f3f7942 |
SJIS-WIN | ???y???yB | 001111110011111100111111011110010011111100111111001111110111100101000010 | 3f3f3f793f3f3f7942 |
EUC-JP | ???y???yB | 001111110011111100111111011110010011111100111111001111110111100101000010 | 3f3f3f793f3f3f7942 |
UTF-8 | 樂롳스y樂롳스yB | 111011111010011010111111111010111010000110110011111011001000101010100100011110011110111110100110101111111110101110100001101100111110110010001010101001000111100101000010 | efa6bfeba1b3ec8aa479efa6bfeba1b3ec8aa47942 |
UHC | 樂롳스y樂롳스yB | 111010001111100110001110111011111011110110111010011110011110100011111001100011101110111110111101101110100111100101000010 | e8f98eefbdba79e8f98eefbdba7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)