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 | 実瀅篠 | 100011101100000011111011010011101000111011000010 | 8ec0fb4e8ec2 |
EUC-JP | 実瀅篠 | 10111100110000101000111111001001101010111011110011000100 | bcc28fc9abbcc4 |
UTF-8 | 実瀅篠 | 111001011010111010011111111001111000000010000101111001111010111110100000 | e5ae9fe78085e7afa0 |
UHC | ?瀅篠 | 0011111111111011101001001110000111000110 | 3ffba4e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)