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 | 帝企??? | 10010010111010011000101011101001001111110011111100111111 | 92e98ae93f3f3f |
EUC-JP | 帝企??? | 11000100111010111011010011101011001111110011111100111111 | c4ebb4eb3f3f3f |
UTF-8 | 帝企렭대렣 | 111001011011100010011101111001001011110010000001111010111010000010101101111010111000110010000000111010111010000010100011 | e5b89de4bc81eba0adeb8c80eba0a3 |
UHC | 帝企렭대렣 | 11110000101010001101000011101010100011101011101010110100111010111000111010110100 | f0a8d0ea8ebab4eb8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)