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 | 譽壼ア樒 | 111001101010001110011010111001011011000110011110111001111111001010110101 | e6a39ae5b19ee7f2b5 |
EUC-JP | 譽壼ア樒? | 111011001010010111010100111001111000111010110001110111001110100100111111 | eca5d4e78eb1dce93f |
UTF-8 | 譽壼ア樒 | 111010001010110110111101111001011010001110111100111011111011110110110001111001101010100010010010111011101000011110101100 | e8adbde5a3bcefbdb1e6a892ee87ac |
UHC | 譽???? | 111001111110001000111111001111110011111100111111 | e7e23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)