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 | ??㎞^ | 0011111100111111100001110111000101011110 | 3f3f87715e |
EUC-JP | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
UTF-8 | 杻얜㎞^ | 11101111101001111000100011101100100101101001110011100011100011101001111001011110 | efa788ec969ce38e9e5e |
UHC | 杻얜㎞^ | 11101010111101001011111011101011101001111011000001011110 | eaf4beeba7b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)