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 | テーテⅣ | 1100001110110000110000111000011101010111 | c3b0c38757 |
EUC-JP | テーテ? | 10001110110000111000111010110000100011101100001100111111 | 8ec38eb08ec33f |
UTF-8 | テーテⅣ | 111011111011111010000011111011111011110110110000111011111011111010000011111000101000010110100011 | efbe83efbdb0efbe83e285a3 |
UHC | ???Ⅳ | 0011111100111111001111111010010110110011 | 3f3f3fa5b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)