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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 。゙将磽 | 101000011101111010001111101010111110001001000010 | a1de8fabe242 |
EUC-JP | 。゙将磽 | 1000111010100001100011101101111010111110101011011110001110100011 | 8ea18edebeade3a3 |
UTF-8 | 。゙将磽 | 111011111011110110100001111011111011111010011110111001011011000010000110111001111010001110111101 | efbda1efbe9ee5b086e7a3bd |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)