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 | 譽????^ | 11100110101000110011111100111111001111110011111101011110 | e6a33f3f3f3f5e |
EUC-JP | 譽????^ | 11101100101001010011111100111111001111110011111101011110 | eca53f3f3f3f5e |
UTF-8 | 譽긺떻歷촣^ | 11101000101011011011110111101010101110001011101011101011100101101011101111101111101001101000110011101100101101001010001101011110 | e8adbdeab8baeb96bbefa68cecb4a35e |
UHC | 譽긺떻歷촣^ | 1110011111100010101100011110011110110110101110111110011010111000101011000110001101011110 | e7e2b1e7b6bbe6b8ac635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)