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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 貉ォ遞域ケォ | 111001101011100110101011111001111010100010001000111001101011100110101011 | e6b9abe7a888e6b9ab |
EUC-JP | 貉ォ遞域ケォ | 111011001011101110001110101010111110111010101010101100001110100010001110101110011000111010101011 | ecbb8eabeeaab0e88eb98eab |
UTF-8 | 貉ォ遞域ケォ | 111010001011001010001001111011111011110110101011111010011000000110011110111001011001111110011111111011111011110110111001111011111011110110101011 | e8b289efbdabe9819ee59f9fefbdb9efbdab |
UHC | ??遞域?? | 0011111100111111111101001111011011100110101101000011111100111111 | 3f3ff4f6e6b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)