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 | 壹?億?? | 10011010111000110011111110001001101011010011111100111111 | 9ae33f89ad3f3f |
EUC-JP | 壹?億?? | 11010100111001010011111110110010101011110011111100111111 | d4e53fb2af3f3f |
UTF-8 | 壹렏億띠렦 | 111001011010001110111001111010111010000010001111111001011000010010000100111010111001110110100000111010111010000010100110 | e5a3b9eba08fe58484eb9da0eba0a6 |
UHC | 壹렏億띠렦 | 11101100111011001000111010100101111001011110001010110110111011001000111010110101 | ecec8ea5e5e2b6ec8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)