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 | 雲?g壓 | 10001001010111110011111110000010100001111001101011011000 | 895f3f82879ad8 |
EUC-JP | 雲?g壓 | 10110001110000000011111110100011111001111101010011011010 | b1c03fa3e7d4da |
UTF-8 | 雲뜹g壓 | 111010011001101110110010111010111001110010111001111011111011110110000111111001011010001110010011 | e99bb2eb9cb9efbd87e5a393 |
UHC | 雲뜹g壓 | 1110101010100011101101101110010110100011111001111110010011100010 | eaa3b6e5a3e7e4e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)