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 | 譽??央?^ | 1110011010100011001111110011111110001001100110110011111101011110 | e6a33f3f899b3f5e |
EUC-JP | 譽??央?^ | 1110110010100101001111110011111110110001111110110011111101011110 | eca53f3fb1fb3f5e |
UTF-8 | 譽길튆央놽^ | 11101000101011011011110111101010101110001011100011101101100010101000011011100101101001001010111011101011100001101011110101011110 | e8adbdeab8b8ed8a86e5a4aeeb86bd5e |
UHC | 譽길튆央놽^ | 1110011111100010101100011110011010111001100110111110010011100111100001110110010101011110 | e7e2b1e6b99be4e787655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)