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 | 蓆凪揃籬仙。 | 1110010011101100100100111110001010010001101101011110001011011111100100001110010110100001 | e4ec93e291b5e2df90e5a1 |
EUC-JP | 蓆凪揃籬仙。 | 111010001110111011000110111001001100001010110111111001001110000111000000111001111000111010100001 | e8eec6e4c2b7e4e1c0e78ea1 |
UTF-8 | 蓆凪揃籬仙。 | 111010001001001110000110111001011000011110101010111001101000111110000011111001111011000110101100111001001011101110011001111011111011110110100001 | e89386e587aae68f83e7b1ace4bb99efbda1 |
UHC | 蓆??籬仙? | 111000001011011000111111001111111101011111100110111000001011100100111111 | e0b63f3fd7e6e0b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)