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 | ヤ蟲ヲ | 11010100111001011011001110100110 | d4e5b3a6 |
EUC-JP | ヤ蟲ヲ | 100011101101010011101010101101011000111010100110 | 8ed4eab58ea6 |
UTF-8 | ヤ蟲ヲ | 111011111011111010010100111010001001111110110010111011111011110110100110 | efbe94e89fb2efbda6 |
UHC | ?蟲? | 00111111111101011111100100111111 | 3ff5f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)