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 | ???葛 | 0011111100111111001111111000101010001011 | 3f3f3f8a8b |
EUC-JP | 靷??葛 | 10001111111001111011110100111111001111111011001111101011 | 8fe7bd3f3fb3eb |
UTF-8 | 靷닿렯葛 | 111010011001110110110111111010111000101110111111111010111010000010101111111010001001000110011011 | e99db7eb8bbfeba0afe8919b |
UHC | 靷닿렯葛 | 1110110011100110101101001110101010001110101111001100101011100111 | ece6b4ea8ebccae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)