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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?準剩? | 001111111000111110000000100110011001010000111111 | 3f8f8099943f |
EUC-JP | ?準剩? | 001111111011110111100000110100011111010000111111 | 3fbde0d1f43f |
UTF-8 | 숀準剩겡 | 111011001000100010000000111001101011101010010110111001011000100110101001111010101011001010100001 | ec8880e6ba96e589a9eab2a1 |
UHC | 숀準剩겡 | 1011110011110000111100011101111011101101101001011011000011011011 | bcf0f1deeda5b0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)