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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瓠舊脣瓠舊 | 11100001010000001110010001110000111000111111101011100001010000001110010001110000 | e140e470e3fae140e470 |
EUC-JP | 瓠舊脣瓠舊 | 11100001101000011110011111010001111001101111110011100001101000011110011111010001 | e1a1e7d1e6fce1a1e7d1 |
UTF-8 | 瓠舊脣瓠舊 | 111001111001001110100000111010001000100010001010111010001000010010100011111001111001001110100000111010001000100010001010 | e793a0e8888ae884a3e793a0e8888a |
UHC | 瓠舊脣瓠舊 | 11111011110100101100111111000001111000101110111011111011110100101100111111000001 | fbd2cfc1e2eefbd2cfc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)