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 | 螂壹似 | 111001011010010110011010111000111000111010010111 | e5a59ae38e97 |
EUC-JP | 螂壹似 | 111010101010011111010100111001011011101111110111 | eaa7d4e5bbf7 |
UTF-8 | 螂壹似 | 111010001001111010000010111001011010001110111001111001001011110010111100 | e89e82e5a3b9e4bcbc |
UHC | 螂壹似 | 110101011100110011101100111011001101111011000100 | d5ccececdec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)