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 | 鮨守ケォ | 111010011011110110001110111001111011100110101011 | e9bd8ee7b9ab |
EUC-JP | 鮨守ケォ | 1111001010111111101111001110100110001110101110011000111010101011 | f2bfbce98eb98eab |
UTF-8 | 鮨守ケォ | 111010011010111010101000111001011010111010001000111011111011110110111001111011111011110110101011 | e9aea8e5ae88efbdb9efbdab |
UHC | ?守?? | 0011111111100001111110100011111100111111 | 3fe1fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)