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 | 湘ム楨 | 1000111111000011110100011111101011101001 | 8fc3d1fae9 |
EUC-JP | 湘ム楨 | 10111110110001011000111011010001100011111100010011001100 | bec58ed18fc4cc |
UTF-8 | 湘ム楨 | 111001101011100110011000111011111011111010010001111001101010010110101000 | e6b998efbe91e6a5a8 |
UHC | 湘?楨 | 1101111111001111001111111110111111011111 | dfcf3fefdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)