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 | 辟夂負 | 111001111000010010011010111001111001010110001001 | e7849ae79589 |
EUC-JP | 辟夂負 | 111011011110010011010100111010011100100111101001 | ede4d4e9c9e9 |
UTF-8 | 辟夂負 | 111010001011111010011111111001011010010010000010111010001011001010100000 | e8be9fe5a482e8b2a0 |
UHC | ??負 | 00111111001111111101110110110110 | 3f3fddb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)