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 | 1001001001001000100100100100101001111001100100100100100010010010010010100111100101000010 | 9248924a799248924a7942 |
EUC-JP | 辿谷y辿谷yB | 1100001110101001110000111010101101111001110000111010100111000011101010110111100101000010 | c3a9c3ab79c3a9c3ab7942 |
UTF-8 | 辿谷y辿谷yB | 111010001011111010111111111010001011000010110111011110011110100010111110101111111110100010110000101101110111100101000010 | e8bebfe8b0b779e8bebfe8b0b77942 |
UHC | ?谷y?谷yB | 001111111100110111011011011110010011111111001101110110110111100101000010 | 3fcddb793fcddb7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)