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 | ???^? | 0011111100111111001111110101111000111111 | 3f3f3f5e3f |
SJIS-WIN | 蔭??^陰 | 10001000111111000011111100111111010111101000100101000001 | 88fc3f3f5e8941 |
EUC-JP | 蔭??^陰 | 10110000111111100011111100111111010111101011000110100010 | b0fe3f3f5eb1a2 |
UTF-8 | 蔭댁꽔^陰 | 11101000100101001010110111101011100011001000000111101010101111011001010001011110111010011001100110110000 | e894adeb8c81eabd945ee999b0 |
UHC | 蔭댁꽔^陰 | 111010111110001110110100111011001000010010100011010111101110101111100100 | ebe3b4ec84a35eebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)