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 | 型磐? | 1000110001011110100101001101011000111111 | 8c5e94d63f |
EUC-JP | 型磐? | 1011011110111111110010001101100000111111 | b7bfc8d83f |
UTF-8 | 型磐렰 | 111001011001111010001011111001111010001110010000111010111010000010110000 | e59e8be7a390eba0b0 |
UHC | 型磐렰 | 111110101111111011011010111100011000111010111101 | fafedaf18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)