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 | 疾屡シホ湿汐 | 10001110101111101000111011000110101111001100111010001110101111001000111010101100 | 8ebe8ec6bcce8ebc8eac |
EUC-JP | 疾屡シホ湿汐 | 101111001100000010111100110010001000111010111100100011101100111010111100101111101011110010101110 | bcc0bcc88ebc8ecebcbebcae |
UTF-8 | 疾屡シホ湿汐 | 111001111001011010111110111001011011000110100001111011111011110110111100111011111011111010001110111001101011100110111111111001101011000110010000 | e796bee5b1a1efbdbcefbe8ee6b9bfe6b190 |
UHC | 疾????汐 | 1111001011110000001111110011111100111111001111111110000010110001 | f2f03f3f3f3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)