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 | ???L\ | 0011111100111111001111110100110001011100 | 3f3f3f4c5c |
SJIS-WIN | 底??L\ | 100100101110101000111111001111110100110001011100 | 92ea3f3f4c5c |
EUC-JP | 底??L\ | 110001001110110000111111001111110100110001011100 | c4ec3f3f4c5c |
UTF-8 | 底쇽쉔L\ | 1110010110111010100101011110110010000111101111011110110010001001100101000100110001011100 | e5ba95ec87bdec89944c5c |
UHC | 底쇽쉔L\ | 1110111010111100101111001110111110111101101010000100110001011100 | eebcbcefbda84c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)