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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?鹽?西?^ | 0011111111101010011001000011111110010000101111000011111101011110 | 3fea643f90bc3f5e |
EUC-JP | ?鹽?西?^ | 0011111111110011110001010011111111000000101111100011111101011110 | 3ff3c53fc0be3f5e |
UTF-8 | 쒔鹽렊西롆^ | 11101100100100101001010011101001101110011011110111101011101000001000101011101000101001011011111111101011101000011000011001011110 | ec9294e9b9bdeba08ae8a5bfeba1865e |
UHC | 쒔鹽렊西롆^ | 1011111010101101111001111010010010001110101000011110000010100100100011101100110001011110 | beade7a48ea1e0a48ecc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)