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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 製?寃?? | 10010000101110110011111110011011100000110011111100111111 | 90bb3f9b833f3f |
EUC-JP | 製?寃?? | 11000000101111010011111111010101111000110011111100111111 | c0bd3fd5e33f3f |
UTF-8 | 製렩寃닿렧 | 111010001010001110111101111010111010000010101001111001011010111110000011111010111000101110111111111010111010000010100111 | e8a3bdeba0a9e5af83eb8bbfeba0a7 |
UHC | 製렩寃닿렧 | 11110000101100101000111010110111111010101011001010110100111010101000111010110110 | f0b28eb7eab2b4ea8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)