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 | 鵫痔裹七晶ク | 1111110001001000100011101010010011100101111001011000111010110101100011111011101110111000 | fc488ea4e5e58eb58fbbb8 |
EUC-JP | 鵫痔裹七晶ク | 10001111111010111111101010111100101001101110101011100111101111001011011110111110101111011000111010111000 | 8febfabca6eae7bcb7bebd8eb8 |
UTF-8 | 鵫痔裹七晶ク | 111010011011010110101011111001111001011110010100111010001010001110111001111001001011100010000011111001101001100110110110111011111011110110111000 | e9b5abe79794e8a3b9e4b883e699b6efbdb8 |
UHC | ?痔?七晶? | 001111111111011011000000001111111111011011010010111011111101110000111111 | 3ff6c03ff6d2efdc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)