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 | ?c???? | 001111110110001100111111001111110011111100111111 | 3f633f3f3f3f |
SJIS-WIN | ?c???? | 001111110110001100111111001111110011111100111111 | 3f633f3f3f3f |
EUC-JP | ?c???? | 001111110110001100111111001111110011111100111111 | 3f633f3f3f3f |
UTF-8 | 혱c혥쩐혗혢 | 11101101100110001011000101100011111011011001100010100101111011001010100110010000111011011001100010010111111011011001100010100010 | ed98b163ed98a5eca990ed9897ed98a2 |
UHC | 혱c혥쩐혗혢 | 1100001010011000011000111100001010001101110000101011111011000010100000101100001010001011 | c29863c28dc2bec282c28b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)