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 | 害??耆 | 100010100101000100111111001111111110001111001011 | 8a513f3fe3cb |
EUC-JP | 害?瀣耆 | 1011001110110010001111111000111111001001101100011110011011001101 | b3b23f8fc9b1e6cd |
UTF-8 | 害렦瀣耆 | 111001011010111010110011111010111010000010100110111001111000000010100011111010001000000010000110 | e5aeb3eba0a6e780a3e88086 |
UHC | 害렦瀣耆 | 1111101010101010100011101011010111111010101011101101000110111101 | faaa8eb5faaed1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)