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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 症諶「凜 | 10001111110001111111101110101010101000101110101010100011 | 8fc7fbaaa2eaa3 |
EUC-JP | 症諶「凜 | 101111101100100110001111110111101011010110001110101000101111010010100101 | bec98fdeb58ea2f4a5 |
UTF-8 | 症諶「凜 | 111001111001011110000111111010001010101110110110111011111011110110100010111001011000011110011100 | e79787e8abb6efbda2e5879c |
UHC | 症諶?凜 | 11110001111110001110010010100110001111111101011111001111 | f1f8e4a63fd7cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)