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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 将チ。「エ\ | 100011111010101111000001101000011111100010001111101000101011010001011100 | 8fabc1a1f88fa2b45c |
EUC-JP | 将チ。?「エ\ | 101111101010110110001110110000011000111010100001001111111000111010100010100011101011010001011100 | bead8ec18ea13f8ea28eb45c |
UTF-8 | 将チ。「エ\ | 11100101101100001000011011101111101111101000000111101111101111011010000111101110100110001010111011101111101111011010001011101111101111011011010001011100 | e5b086efbe81efbda1ee98aeefbda2efbdb45c |
UHC | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)