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 | ???濡?F | 00111111001111110011111110010100010001110011111101000110 | 3f3f3f94473f46 |
EUC-JP | ???濡?F | 00111111001111110011111111000111101010000011111101000110 | 3f3f3fc7a83f46 |
UTF-8 | 樂뺣졎濡둆F | 11101111101001101011111111101011101110101010001111101100101000011000111011100110101111111010000111101011100100011000011001000110 | efa6bfebbaa3eca18ee6bfa1eb918646 |
UHC | 樂뺣졎濡둆F | 1110100011111001100101011110101110100000101110111110101110100001100010100100001001000110 | e8f995eba0bbeba18a4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)