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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | シ齊シネス | 11110000111110111011110011101010100011101011110011001000111100011000111010111101 | f0fbbcea8ebcc8f18ebd |
EUC-JP | ?シ齊シネ?ス | 001111111000111010111100111100111110111010001110101111001000111011001000001111111000111010111101 | 3f8ebcf3ee8ebc8ec83f8ebd |
UTF-8 | シ齊シネス | 111011101000001010111010111011111011110110111100111010011011110110001010111011111011110110111100111011111011111010001000111011101000010010001001111011111011110110111101 | ee82baefbdbce9bd8aefbdbcefbe88ee8489efbdbd |
UHC | ??齊???? | 0011111100111111111100001011101000111111001111110011111100111111 | 3f3ff0ba3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)