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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鮏矗 | 111100011101110011111100010000111111011011100010111000011101111011110110111000101111011011001110 | f1dcfc43f6e2e1def6e2f6ce |
EUC-JP | ?鮏?矗?? | 001111111000111111101010110110110011111111100010111000000011111100111111 | 3f8feadb3fe2e03f3f |
UTF-8 | 鮏矗 | 111011101000010110010111111010011010111010001111111011101001010010001001111001111001111110010111111011101001010010001001111011101001001110110101 | ee8597e9ae8fee9489e79f97ee9489ee93b5 |
UHC | ???矗?? | 00111111001111110011111111110101101110000011111100111111 | 3f3f3ff5b83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)