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 | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | ?瀟y?瀟yB | 001111111110000001101110011110010011111111100000011011100111100101000010 | 3fe06e793fe06e7942 |
EUC-JP | ?瀟y?瀟yB | 001111111101111111001111011110010011111111011111110011110111100101000010 | 3fdfcf793fdfcf7942 |
UTF-8 | 쉃瀟y쉃瀟yB | 111011001000100110000011111001111000000010011111011110011110110010001001100000111110011110000000100111110111100101000010 | ec8983e7809f79ec8983e7809f7942 |
UHC | 쉃瀟y쉃瀟yB | 1001101001011000111000011011111001111001100110100101100011100001101111100111100101000010 | 9a58e1be799a58e1be7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)