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 | 繒?加 | 1111101110001111001111111000100111000001 | fb8f3f89c1 |
EUC-JP | 繒泮加 | 1000111111010100110101001000111111000111101010001011001011000011 | 8fd4d48fc7a8b2c3 |
UTF-8 | 繒泮加 | 111001111011100110010010111001101011001110101110111001011000101010100000 | e7b992e6b3aee58aa0 |
UHC | 繒泮加 | 111100011111100111011010111010101100101010100101 | f1f9daeacaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)