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 | ?俄?^ | 0011111110001001111000100011111101011110 | 3f89e23f5e |
EUC-JP | ?俄?^ | 0011111110110010111001000011111101011110 | 3fb2e43f5e |
UTF-8 | 윺俄뺼^ | 11101100100111001011101011100100101111111000010011101011101110101011110001011110 | ec9cbae4bf84ebbabc5e |
UHC | 윺俄뺼^ | 10011111101101001110010010101101100101100100010101011110 | 9fb4e4ad96455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)