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 | 1001001001000010100100011011001101111001100100100100001010010001101100110111100101000010 | 924291b379924291b37942 |
EUC-JP | 達袖y達袖yB | 1100001110100011110000101011010101111001110000111010001111000010101101010111100101000010 | c3a3c2b579c3a3c2b57942 |
UTF-8 | 達袖y達袖yB | 111010011000000110010100111010001010001010010110011110011110100110000001100101001110100010100010100101100111100101000010 | e98194e8a29679e98194e8a2967942 |
UHC | 達袖y達袖yB | 1101001110111001111000101100000001111001110100111011100111100010110000000111100101000010 | d3b9e2c079d3b9e2c07942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)