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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ?る?揖?] | 0011111110000010111010010011111110010111010010110011111101011101 | 3f82e93f974b3f5d |
EUC-JP | ?る?揖?] | 0011111110100100111010110011111111001101101011000011111101011101 | 3fa4eb3fcdac3f5d |
UTF-8 | 閭る맮揖큂] | 11101111101001101000011011100011100000101000101111101011101001111010111011100110100011111001011011101101100000011000001001011101 | efa686e3828beba7aee68f96ed81825d |
UHC | 閭る맮揖큂] | 1110011010101101101010101110101110010000101101011110101111100111101101000101000101011101 | e6adaaeb90b5ebe7b4515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)