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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 釶樊初遨 | 1110011111011111100111101110011010001111100010011110011110101001 | e7df9ee68f89e7a9 |
EUC-JP | 釶樊初遨 | 1110111011100001110111001110100010111101111010011110111010101011 | eee1dce8bde9eeab |
UTF-8 | 釶樊初遨 | 111010011000011110110110111001101010100010001010111001011000100010011101111010011000000110101000 | e987b6e6a88ae5889de981a8 |
UHC | ?樊初? | 001111111101101111100000111101001111100000111111 | 3fdbe0f4f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)