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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??鏃 | 00111111001111111110100001010110 | 3f3fe856 |
EUC-JP | ?峴鏃 | 001111111000111110111011110000011110111110110111 | 3f8fbbc1efb7 |
UTF-8 | 뤯峴鏃 | 111010111010010010101111111001011011001110110100111010011000111110000011 | eba4afe5b3b4e98f83 |
UHC | 뤯峴鏃 | 100011111101110111111010110101101111000011101100 | 8fddfad6f0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)