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 | 10010001111111100111100110010001111111100111100101000010 | 91fe7991fe7942 |
SJIS-WIN | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
EUC-JP | ?þy?þyB | 0011111110001111101010011101000001111001001111111000111110101001110100000111100101000010 | 3f8fa9d0793f8fa9d07942 |
UTF-8 | þyþyB | 1100001010010001110000111011111001111001110000101001000111000011101111100111100101000010 | c291c3be79c291c3be7942 |
UHC | ?þy?þyB | 001111111010100110101101011110010011111110101001101011010111100101000010 | 3fa9ad793fa9ad7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)