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 | 戊濔g | 100101011110100011100000010111011000001010000111 | 95e8e05d8287 |
EUC-JP | 戊濔g | 110010101110101011011111101111101010001111100111 | caeadfbea3e7 |
UTF-8 | 戊濔g | 111001101000100010001010111001101011111110010100111011111011110110000111 | e6888ae6bf94efbd87 |
UHC | 戊?g | 1101100111100110001111111010001111100111 | d9e63fa3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)