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 | 杖???薔? | 1000111111110001001111110011111100111111111001010100101100111111 | 8ff13f3f3fe54b3f |
EUC-JP | 杖?獐?薔? | 10111110111100110011111110001111110010111011101000111111111010011010110000111111 | bef33f8fcbba3fe9ac3f |
UTF-8 | 杖렓獐렠薔렒 | 111001101001110110010110111010111010000010010011111001111000110110010000111010111010000010100000111010001001011010010100111010111010000010010010 | e69d96eba093e78d90eba0a0e89694eba092 |
UHC | 杖렓獐렠薔렒 | 111011011110100010001110101010001110110111101111100011101011000111101101111110011000111010100111 | ede88ea8edef8eb1edf98ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)