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 | 蔚?張? | 100010010101010100111111100100101010001100111111 | 89553f92a33f |
EUC-JP | 蔚?張? | 101100011011011000111111110001001010010100111111 | b1b63fc4a53f |
UTF-8 | 蔚렭張렋 | 111010001001010010011010111010111010000010101101111001011011110010110101111010111010000010001011 | e8949aeba0ade5bcb5eba08b |
UHC | 蔚렭張렋 | 1110101010100101100011101011101011101101111001011000111010100010 | eaa58ebaede58ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)