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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???億?? | 00111111001111110011111110001001101011010011111100111111 | 3f3f3f89ad3f3f |
EUC-JP | ???億?? | 00111111001111110011111110110010101011110011111100111111 | 3f3f3fb2af3f3f |
UTF-8 | 琉뱀탫億뺣줇 | 111011111010011110001100111010111011000110000000111011011000001110101011111001011000010010000100111010111011101010100011111011001010010010000111 | efa78cebb180ed83abe58484ebbaa3eca487 |
UHC | 琉뱀탫億뺣줇 | 111010111010010010111001111011001011010110001101111001011110001010010101111010111010000110011011 | eba4b9ecb58de5e295eba19b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)