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 | 韋ケ蜊ア跌ス | 111010001110100010111001111001011000110110110001111001101110100110111101 | e8e8b9e58db1e6e9bd |
EUC-JP | 韋ケ蜊ア跌ス | 111100001110101010001110101110011110100111101101100011101011000111101100111010111000111010111101 | f0ea8eb9e9ed8eb1eceb8ebd |
UTF-8 | 韋ケ蜊ア跌ス | 111010011001111110001011111011111011110110111001111010001001110010001010111011111011110110110001111010001011011110001100111011111011110110111101 | e99f8befbdb9e89c8aefbdb1e8b78cefbdbd |
UHC | 韋???跌? | 1110101011011111001111110011111100111111111100101111011000111111 | eadf3f3f3ff2f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)