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 | 鬢俯」狩佐鬢 | 1110100110100100100110001110101110100011100011101110101110001101101100101110100110100100 | e9a498eba38eeb8db2e9a4 |
EUC-JP | 鬢俯」狩佐鬢 | 111100101010011011010000111011011000111010100011101111001110110110111010101101001111001010100110 | f2a6d0ed8ea3bcedbab4f2a6 |
UTF-8 | 鬢俯」狩佐鬢 | 111010011010110010100010111001001011111110101111111011111011110110100011111001111000101110101001111001001011110110010000111010011010110010100010 | e9aca2e4bfafefbda3e78ba9e4bd90e9aca2 |
UHC | ?俯?狩佐? | 001111111101110011110110001111111110001010101101111100011010010100111111 | 3fdcf63fe2adf1a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)