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 | 諤千離鮨 | 1110011010000000100100001110011110010111101000111110100110111101 | e68090e797a3e9bd |
EUC-JP | 諤千離鮨 | 1110101111100000110000001110100111001110101001011111001010111111 | ebe0c0e9cea5f2bf |
UTF-8 | 諤千離鮨 | 111010001010101110100100111001011000110110000011111010011001101110100010111010011010111010101000 | e8aba4e58d83e99ba2e9aea8 |
UHC | ?千離? | 001111111111010010110110110101111110111000111111 | 3ff4b6d7ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)