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 | 鉸ネ鰰・鍾テ | 111110111100111011001000111010011101111010100101100011111101111111000011 | fbcec8e9dea58fdfc3 |
EUC-JP | 鉸ネ鰰・鍾テ | 10001111111000111111001010001110110010001111001011100000100011101010010110111110111000011000111011000011 | 8fe3f28ec8f2e08ea5bee18ec3 |
UTF-8 | 鉸ネ鰰・鍾テ | 111010011000100110111000111011111011111010001000111010011011000010110000111011111011110110100101111010011000110110111110111011111011111010000011 | e989b8efbe88e9b0b0efbda5e98dbeefbe83 |
UHC | ????鍾? | 00111111001111110011111100111111111100011010001100111111 | 3f3f3f3ff1a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)