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 | 濡??若? | 10010100010001110011111100111111100011101110000100111111 | 94473f3f8ee13f |
EUC-JP | 濡??若? | 11000111101010000011111100111111101111001110001100111111 | c7a83f3fbce33f |
UTF-8 | 濡덈죬若뻇 | 111001101011111110100001111010111000110110001000111011001010001110101100111010001000101110100101111010111011101110000111 | e6bfa1eb8d88eca3ace88ba5ebbb87 |
UHC | 濡덈죬若뻇 | 11101011101000011000100011101011101000011000011111100101101101001001011001010000 | eba188eba187e5b49650 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)