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 | 午ヨ? | 1000110011011111100000111000100000111111 | 8cdf83883f |
EUC-JP | 午ヨŧ | 10111000111000011010010111101000100011111010100111001111 | b8e1a5e88fa9cf |
UTF-8 | 午ヨŧ | 1110010110001101100010001110001110000011101010001100010110100111 | e58d88e383a8c5a7 |
UHC | 午ヨŧ | 111001111110110110101011111010001010100110101110 | e7edabe8a9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)