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 | 遒守カャ | 111001111010001010001110111001111011011010101100 | e7a28ee7b6ac |
EUC-JP | 遒守カャ | 1110111010100100101111001110100110001110101101101000111010101100 | eea4bce98eb68eac |
UTF-8 | 遒守カャ | 111010011000000110010010111001011010111010001000111011111011110110110110111011111011110110101100 | e98192e5ae88efbdb6efbdac |
UHC | ?守?? | 0011111111100001111110100011111100111111 | 3fe1fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)