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 | 籵訣ゥ | 1110001011100000100011001000110110101001 | e2e08c8da9 |
EUC-JP | 籵訣ゥ | 111001001110001010110111111011011000111010101001 | e4e2b7ed8ea9 |
UTF-8 | 籵訣ゥ | 111001111011000110110101111010001010100010100011111011111011110110101001 | e7b1b5e8a8a3efbda9 |
UHC | ?訣? | 00111111110011001100000100111111 | 3fccc13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)