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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 奬??奬??^ | 100110101111101100111111001111111001101011111011001111110011111101011110 | 9afb3f3f9afb3f3f5e |
EUC-JP | 奬??奬??^ | 110101001111110100111111001111111101010011111101001111110011111101011110 | d4fd3f3fd4fd3f3f5e |
UTF-8 | 奬잭듸奬잭듸^ | 11100101101001011010110011101100100111101010110111101011100100111011100011100101101001011010110011101100100111101010110111101011100100111011100001011110 | e5a5acec9eadeb93b8e5a5acec9eadeb93b85e |
UHC | 奬잭듸奬잭듸^ | 11101101111000011100000011101000101101011110111111101101111000011100000011101000101101011110111101011110 | ede1c0e8b5efede1c0e8b5ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)