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 | 濡먮졂若뺹 | 111001101011111110100001111010111010100010101110111011001010000110000010111010001000101110100101111010111011101010111001 | e6bfa1eba8aeeca182e88ba5ebbab9 |
UHC | 濡먮졂若뺹 | 11101011101000011001000011101011101000001011001111100101101101001001011001000010 | eba190eba0b3e5b49642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)