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 | 蔚??除 | 100010010101010100111111001111111000111110011100 | 89553f3f8f9c |
EUC-JP | 蔚??除 | 101100011011011000111111001111111011110111111100 | b1b63f3fbdfc |
UTF-8 | 蔚며선除 | 111010001001010010011010111010111010100110110000111011001000010010100000111010011001100110100100 | e8949aeba9b0ec84a0e999a4 |
UHC | 蔚며선除 | 1110101010100101101110001110011110111100101100011111000010110110 | eaa5b8e7bcb1f0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)