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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 怐涌齏 | 100111001000000110010111010011111110100011101011 | 9c81974fe8eb |
EUC-JP | 怐涌齏 | 110101111110000111001101101100001111000011101101 | d7e1cdb0f0ed |
UTF-8 | 怐涌齏 | 111001101000000010010000111001101011011010001100111010011011110110001111 | e68090e6b68ce9bd8f |
UHC | ?涌? | 00111111111010011011111100111111 | 3fe9bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)