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 | ?????hTB | 0011111100111111001111110011111100111111011010000101010001000010 | 3f3f3f3f3f685442 |
SJIS-WIN | コ邇キ磁hTB | 1111000011111011101110101110011110001110101101111000111010100101011010000101010001000010 | f0fbbae78eb78ea5685442 |
EUC-JP | ?コ邇キ磁hTB | 001111111000111010111010111011011110111010001110101101111011110010100111011010000101010001000010 | 3f8ebaedee8eb7bca7685442 |
UTF-8 | コ邇キ磁hTB | 111011101000001010111010111011111011110110111010111010011000001010000111111011111011110110110111111001111010001110000001011010000101010001000010 | ee82baefbdbae98287efbdb7e7a381685442 |
UHC | ??邇?磁hTB | 00111111001111111110110011000100001111111110110110111000011010000101010001000010 | 3f3fecc43fedb8685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)