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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 癲k?濡?F | 111000011001111110000010100010110011111110010100010001110011111101000110 | e19f828b3f94473f46 |
EUC-JP | 癲k?濡?F | 111000101010000110100011111010110011111111000111101010000011111101000110 | e2a1a3eb3fc7a83f46 |
UTF-8 | 癲k젇濡둆F | 11100111100110011011001011101111101111011000101111101100101000001000011111100110101111111010000111101011100100011000011001000110 | e799b2efbd8beca087e6bfa1eb918646 |
UHC | 癲k젇濡둆F | 1110111110100110101000111110101110100000100010101110101110100001100010100100001001000110 | efa6a3eba08aeba18a4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)