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 | ?鄕? | 00111111111110111011100000111111 | 3ffbb83f |
EUC-JP | ??? | 001111110011111100111111 | 3f3f3f |
UTF-8 | 뤳鄕熉 | 111010111010010010110011111010011000010010010101111001111000011010001001 | eba4b3e98495e78689 |
UHC | 뤳鄕熉 | 100011111110000111111010110000011110100111111011 | 8fe1fac1e9fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)