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 | シャセス失 | 1111000011101011101111001010110010111110101111011000111010111000 | f0ebbcacbebd8eb8 |
EUC-JP | ?シャセス失 | 0011111110001110101111001000111010101100100011101011111010001110101111011011110010111010 | 3f8ebc8eac8ebe8ebdbcba |
UTF-8 | シャセス失 | 111011101000001010101010111011111011110110111100111011111011110110101100111011111011110110111110111011111011110110111101111001011010010010110001 | ee82aaefbdbcefbdacefbdbeefbdbde5a4b1 |
UHC | ?????失 | 00111111001111110011111100111111001111111110001111110111 | 3f3f3f3f3fe3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)