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 | ?????SB | 00111111001111110011111100111111001111110101001101000010 | 3f3f3f3f3f5342 |
SJIS-WIN | 辰????SB | 1001001001000011001111110011111100111111001111110101001101000010 | 92433f3f3f3f5342 |
EUC-JP | 辰????SB | 1100001110100100001111110011111100111111001111110101001101000010 | c3a43f3f3f3f5342 |
UTF-8 | 辰섦뤉렐픖SB | 1110100010111110101100001110110010000100101001101110101110100100100010011110101110100000100100001110110110010100100101100101001101000010 | e8beb0ec84a6eba489eba090ed94965342 |
UHC | 辰섦뤉렐픖SB | 111100101110001110111100101101001000111110111001101101111011110011000000010101000101001101000010 | f2e3bcb48fb9b7bcc0545342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)