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 | 褂頑初裼 | 1110010111100110100010101110011010001111100010011110010111100111 | e5e68ae68f89e5e7 |
EUC-JP | 褂頑初裼 | 1110101011101000101101001110100010111101111010011110101011101001 | eae8b4e8bde9eae9 |
UTF-8 | 褂頑初裼 | 111010001010010010000010111010011010000010010001111001011000100010011101111010001010001110111100 | e8a482e9a091e5889de8a3bc |
UHC | ?頑初? | 001111111110100011010111111101001111100000111111 | 3fe8d7f4f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)