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 | 仲?嬪 | 1001001010000111001111111001101101101100 | 92873f9b6c |
EUC-JP | 仲?嬪 | 1100001111100111001111111101010111001101 | c3e73fd5cd |
UTF-8 | 仲쯔嬪 | 111001001011101110110010111011001010111110010100111001011010110010101010 | e4bbb2ecaf94e5acaa |
UHC | 仲쯔嬪 | 111100011110101011000010111010101101111010101110 | f1eac2eadeae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)