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 | 薺??? | 1110010101010100001111110011111100111111 | e5543f3f3f |
EUC-JP | 薺??? | 1110100110110101001111110011111100111111 | e9b53f3f3f |
UTF-8 | 薺섭뤶체 | 111010001001011010111010111011001000010010101101111010111010010010110110111011001011001010110100 | e896baec84adeba4b6ecb2b4 |
UHC | 薺섭뤶체 | 1111000010110001101111001011011110001111111001001100001110111100 | f0b1bcb78fe4c3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)