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 | 佚??^ | 1001100011000011001111110011111101011110 | 98c33f3f5e |
EUC-JP | 佚??^ | 1101000011000101001111110011111101011110 | d0c53f3f5e |
UTF-8 | 佚ㅹ섧^ | 11100100101111011001101011100011100001011011100111101100100001001010011101011110 | e4bd9ae385b9ec84a75e |
UHC | 佚ㅹ섧^ | 11101100111010101010010011101001101111001011010101011110 | eceaa4e9bcb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)