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 | 哀??^ | 1000100010100011001111110011111101011110 | 88a33f3f5e |
EUC-JP | 哀??^ | 1011000010100101001111110011111101011110 | b0a53f3f5e |
UTF-8 | 哀논댖^ | 11100101100100111000000011101011100001011011110011101011100011001001011001011110 | e59380eb85bceb8c965e |
UHC | 哀논댖^ | 11100100111011101011001111101101100010001011101001011110 | e4eeb3ed88ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)