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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 雲?e愼?^ | 100010010101111100111111100000101000010110011100110001000011111101011110 | 895f3f82859cc43f5e |
EUC-JP | 雲?e愼?^ | 101100011100000000111111101000111110010111011000110001100011111101011110 | b1c03fa3e5d8c63f5e |
UTF-8 | 雲뜹e愼렫^ | 11101001100110111011001011101011100111001011100111101111101111011000010111100110100001001011110011101011101000001010101101011110 | e99bb2eb9cb9efbd85e684bceba0ab5e |
UHC | 雲뜹e愼렫^ | 1110101010100011101101101110010110100011111001011110001111100101100011101011100101011110 | eaa3b6e5a3e5e3e58eb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)