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 | 蒸矜???? | 1000111111110110111000011110000000111111001111110011111100111111 | 8ff6e1e03f3f3f3f |
EUC-JP | 蒸矜???? | 1011111011111000111000101110001000111111001111110011111100111111 | bef8e2e23f3f3f3f |
UTF-8 | 蒸矜렒렖痢렦 | 111010001001001010111000111001111001111110011100111010111010000010010010111010111010000010010110111011111010011110100101111010111010000010100110 | e892b8e79f9ceba092eba096efa7a5eba0a6 |
UHC | 蒸矜렒렖痢렦 | 111100011111101011010000111010001000111010100111100011101010101111101100101110001000111010110101 | f1fad0e88ea78eabecb88eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)