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 | 稟?濠 | 1110001001100111001111111000110110001010 | e2673f8d8a |
EUC-JP | 稟?濠 | 1110001111001000001111111011100111101010 | e3c83fb9ea |
UTF-8 | 稟렯濠 | 111001111010100010011111111010111010000010101111111001101011111110100000 | e7a89feba0afe6bfa0 |
UHC | 稟렯濠 | 111110011010001010001110101111001111101111001100 | f9a28ebcfbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)