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 | 雎∽ササ | 111010001011000110000001111001001011101110111011 | e8b181e4bbbb |
EUC-JP | 雎∽ササ | 1111000010110011101000101110011010001110101110111000111010111011 | f0b3a2e68ebb8ebb |
UTF-8 | 雎∽ササ | 111010011001101110001110111000101000100010111101111011111011110110111011111011111011110110111011 | e99b8ee288bdefbdbbefbdbb |
UHC | 雎∽?? | 111011101101000110100001111011110011111100111111 | eed1a1ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)