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 | ワ諶ャ竺 | 1111000010101100110111001111101110101010101011001000111010110001 | f0acdcfbaaac8eb1 |
EUC-JP | ?ワ諶ャ竺 | 00111111100011101101110010001111110111101011010110001110101011001011110010110011 | 3f8edc8fdeb58eacbcb3 |
UTF-8 | ワ諶ャ竺 | 111011101000000110101011111011111011111010011100111010001010101110110110111011111011110110101100111001111010101110111010 | ee81abefbe9ce8abb6efbdace7abba |
UHC | ??諶?竺 | 00111111001111111110010010100110001111111111010111100111 | 3f3fe4a63ff5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)