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 | 琅篠魵 | 111000001110010010001110110000101111110001000001 | e0e48ec2fc41 |
EUC-JP | 琅篠魵 | 11100000111001101011110011000100100011111110101011001101 | e0e6bcc48feacd |
UTF-8 | 琅篠魵 | 111001111001000010000101111001111010111110100000111010011010110110110101 | e79085e7afa0e9adb5 |
UHC | 琅篠? | 1101010111001010111000011100011000111111 | d5cae1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)