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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 畏??^ | 1000100011011000001111110011111101011110 | 88d83f3f5e |
EUC-JP | 畏??^ | 1011000011011010001111110011111101011110 | b0da3f3f5e |
UTF-8 | 畏당쾺^ | 11100111100101011000111111101011100010111011100111101100101111101011101001011110 | e7958feb8bb9ecbeba5e |
UHC | 畏당쾺^ | 11101000111001101011010011100111101100101001000001011110 | e8e6b4e7b2905e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)