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 | 諤千準驤 | 1110011010000000100100001110011110001111100000001110100110001000 | e68090e78f80e988 |
EUC-JP | 諤千準驤 | 1110101111100000110000001110100110111101111000001111000111101000 | ebe0c0e9bde0f1e8 |
UTF-8 | 諤千準驤 | 111010001010101110100100111001011000110110000011111001101011101010010110111010011010100110100100 | e8aba4e58d83e6ba96e9a9a4 |
UHC | ?千準? | 001111111111010010110110111100011101111000111111 | 3ff4b6f1de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)