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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 綜?贈?翁? | 100100011000111000111111100100011010000100111111100010011010010100111111 | 918e3f91a13f89a53f |
EUC-JP | 綜?贈?翁? | 110000011110111000111111110000101010001100111111101100101010011100111111 | c1ee3fc2a33fb2a73f |
UTF-8 | 綜렎贈렎翁골 | 111001111011011010011100111010111010000010001110111010001011010010001000111010111010000010001110111001111011111110000001111010101011001110101000 | e7b69ceba08ee8b488eba08ee7bf81eab3a8 |
UHC | 綜렎贈렎翁골 | 111100001111110010001110101001001111000111111100100011101010010011101000101110101011000011110001 | f0fc8ea4f1fc8ea4e8bab0f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)