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 | ?uE??H | 001111110111010101000101001111110011111101001000 | 3f75453f3f48 |
SJIS-WIN | ?uE??H | 001111110111010101000101001111110011111101001000 | 3f75453f3f48 |
EUC-JP | ?uE??H | 001111110111010101000101001111110011111101001000 | 3f75453f3f48 |
UTF-8 | 혰uE혳횞H | 111011011001100010110000011101010100010111101101100110001011001111101101100110101001111001001000 | ed98b07545ed98b3ed9a9e48 |
UHC | 혰uE혳횞H | 110000101001011101110101010001011100001010011010110000111001011101001000 | c2977545c29ac39748 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)