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 | ?譽邵 | 0011111111100110101000111110011110111000 | 3fe6a3e7b8 |
EUC-JP | ?譽邵 | 0011111111101100101001011110111010111010 | 3feca5eeba |
UTF-8 | 뾸譽邵 | 111010111011111010111000111010001010110110111101111010011000001010110101 | ebbeb8e8adbde982b5 |
UHC | 뾸譽邵 | 100101110111101011100111111000101110000111010000 | 977ae7e2e1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)