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 | 楓??耆 | 100101011001011000111111001111111110001111001011 | 95963f3fe3cb |
EUC-JP | 楓??耆 | 110010011111011000111111001111111110011011001101 | c9f63f3fe6cd |
UTF-8 | 楓펩렓耆 | 111001101010010110010011111011011000111010101001111010111010000010010011111010001000000010000110 | e6a593ed8ea9eba093e88086 |
UHC | 楓펩렓耆 | 1111100110100011110001101110100110001110101010001101000110111101 | f9a3c6e98ea8d1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)