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 | ??·? | 00111111001111111011011100111111 | 3f3fb73f |
SJIS-WIN | 甚??? | 1001000001110010001111110011111100111111 | 90723f3f3f |
EUC-JP | 甚??洧 | 10111111110100110011111100111111100011111100011110110100 | bfd33f3f8fc7b4 |
UTF-8 | 甚㏓·洧 | 1110011110010100100110101110001110001111100100111100001010110111111001101011010010100111 | e7949ae38f93c2b7e6b4a7 |
UHC | 甚㏓·洧 | 1110010010100100101001111110101110100001101001001110101011111011 | e4a4a7eba1a4eafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)