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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
UTF-8 | 혨횒첬횖창^ | 11101101100110001010100011101101100110101001001011101100101100101010110011101101100110101001011011101100101100001011110101011110 | ed98a8ed9a92ecb2aced9a96ecb0bd5e |
UHC | 혨횒첬횖창^ | 1100001010010000110000111000110111000011101110101100001110010000110000111010001001011110 | c290c38dc3bac390c3a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)