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 | 低??載 | 100100101110000100111111001111111000110111011010 | 92e13f3f8dda |
EUC-JP | 低??載 | 110001001110001100111111001111111011101011011100 | c4e33f3fbadc |
UTF-8 | 低꿸사載 | 111001001011110110001110111010101011111110111000111011001000001010101100111010001011110010001001 | e4bd8eeabfb8ec82ace8bc89 |
UHC | 低꿸사載 | 1110111010111000101100101110101010111011111001111110111010110000 | eeb8b2eabbe7eeb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)