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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ヤ・リ | 1111100111001100110101001010010111011000 | f9ccd4a5d8 |
EUC-JP | ?ヤ・リ | 00111111100011101101010010001110101001011000111011011000 | 3f8ed48ea58ed8 |
UTF-8 | ヤ・リ | 111011101001110010100111111011111011111010010100111011111011110110100101111011111011111010011000 | ee9ca7efbe94efbda5efbe98 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)