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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬢俯」狩根 | 111010011010010010011000111010111010001110001110111010111000110110101010 | e9a498eba38eeb8daa |
EUC-JP | 鬢俯」狩根 | 11110010101001101101000011101101100011101010001110111100111011011011101010101100 | f2a6d0ed8ea3bcedbaac |
UTF-8 | 鬢俯」狩根 | 111010011010110010100010111001001011111110101111111011111011110110100011111001111000101110101001111001101010000010111001 | e9aca2e4bfafefbda3e78ba9e6a0b9 |
UHC | ?俯?狩根 | 0011111111011100111101100011111111100010101011011101000011000110 | 3fdcf63fe2add0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)