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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 雲?e??B | 1000100101011111001111111000001010000101001111110011111101000010 | 895f3f82853f3f42 |
EUC-JP | 雲?e??B | 1011000111000000001111111010001111100101001111110011111101000010 | b1c03fa3e53f3f42 |
UTF-8 | 雲뜹e橓렫B | 11101001100110111011001011101011100111001011100111101111101111011000010111100110101010011001001111101011101000001010101101000010 | e99bb2eb9cb9efbd85e6a993eba0ab42 |
UHC | 雲뜹e橓렫B | 1110101010100011101101101110010110100011111001011110001011100101100011101011100101000010 | eaa3b6e5a3e5e2e58eb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)