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 | 雲?e愼? | 1000100101011111001111111000001010000101100111001100010000111111 | 895f3f82859cc43f |
EUC-JP | 雲?e愼? | 1011000111000000001111111010001111100101110110001100011000111111 | b1c03fa3e5d8c63f |
UTF-8 | 雲뜹e愼렫 | 111010011001101110110010111010111001110010111001111011111011110110000101111001101000010010111100111010111010000010101011 | e99bb2eb9cb9efbd85e684bceba0ab |
UHC | 雲뜹e愼렫 | 11101010101000111011011011100101101000111110010111100011111001011000111010111001 | eaa3b6e5a3e5e3e58eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)