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 | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-WIN | 疾舎シナ湿執Y | 1000111010111110100011101100100110111100110001011000111010111100100011101011011101011001 | 8ebe8ec9bcc58ebc8eb759 |
EUC-JP | 疾舎シナ湿執Y | 10111100110000001011110011001011100011101011110010001110110001011011110010111110101111001011100101011001 | bcc0bccb8ebc8ec5bcbebcb959 |
UTF-8 | 疾舎シナ湿執Y | 11100111100101101011111011101000100010001000111011101111101111011011110011101111101111101000010111100110101110011011111111100101100111111011011101011001 | e796bee8888eefbdbcefbe85e6b9bfe59fb759 |
UHC | 疾????執Y | 111100101111000000111111001111110011111100111111111100101111101101011001 | f2f03f3f3f3ff2fb59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)