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 | 闢仙続諤 | 1110100010010011100100001110010110010001101100011110011010000000 | e89390e591b1e680 |
EUC-JP | 闢仙続諤 | 1110111111110011110000001110011111000010101100111110101111100000 | eff3c0e7c2b3ebe0 |
UTF-8 | 闢仙続諤 | 111010011001011110100010111001001011101110011001111001111011011010011010111010001010101110100100 | e997a2e4bb99e7b69ae8aba4 |
UHC | 闢仙?? | 110111001010001111100000101110010011111100111111 | dca3e0b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)