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 | 湿篠疾赦シー | 10001110101111001000111011000010100011101011111010001110110011011011110010110000 | 8ebc8ec28ebe8ecdbcb0 |
EUC-JP | 湿篠疾赦シー | 101111001011111010111100110001001011110011000000101111001100111110001110101111001000111010110000 | bcbebcc4bcc0bccf8ebc8eb0 |
UTF-8 | 湿篠疾赦シー | 111001101011100110111111111001111010111110100000111001111001011010111110111010001011010110100110111011111011110110111100111011111011110110110000 | e6b9bfe7afa0e796bee8b5a6efbdbcefbdb0 |
UHC | ?篠疾赦?? | 001111111110000111000110111100101111000011011110111101010011111100111111 | 3fe1c6f2f0def53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)