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 | 茯り触 | 111001001010100010000010111010001001000001000111 | e4a882e89047 |
EUC-JP | 茯り触 | 111010001010101010100100111010101011111110101000 | e8aaa4eabfa8 |
UTF-8 | 茯り触 | 111010001000110010101111111000111000001010001010111010001010011110100110 | e88cafe3828ae8a7a6 |
UHC | 茯り? | 1101110011011010101010101110101000111111 | dcdaaaea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)