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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 繒槃?? | 111110111000111110011110110011110011111100111111 | fb8f9ecf3f3f |
EUC-JP | 繒槃?? | 10001111110101001101010011011100110100010011111100111111 | 8fd4d4dcd13f3f |
UTF-8 | 繒槃렚렜 | 111001111011100110010010111001101010011110000011111010111010000010011010111010111010000010011100 | e7b992e6a783eba09aeba09c |
UHC | 繒槃렚렜 | 1111000111111001110110101110100110001110101011011000111010101110 | f1f9dae98ead8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)