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 | 第私? | 1001000111100110100011101000010000111111 | 91e68e843f |
EUC-JP | 第私? | 1100001011101000101110111110010000111111 | c2e8bbe43f |
UTF-8 | 第私벅 | 111001111010110010101100111001111010011110000001111010111011001010000101 | e7acace7a781ebb285 |
UHC | 第私벅 | 111100001010111111011110111001111011100111110111 | f0afdee7b9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)