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 | 遵?睹 | 1000111110000101001111111110000111001111 | 8f853fe1cf |
EUC-JP | 遵?睹 | 1011110111100101001111111110001011010001 | bde53fe2d1 |
UTF-8 | 遵대睹 | 111010011000000110110101111010111000110010000000111001111001110110111001 | e981b5eb8c80e79db9 |
UHC | 遵대睹 | 111100011110010110110100111010111101010010101001 | f1e5b4ebd4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)