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 | 沃??涅? | 10010111100000000011111100111111100111111011100000111111 | 97803f3f9fb83f |
EUC-JP | 沃??涅? | 11001101111000000011111100111111110111101011101000111111 | cde03f3fdeba3f |
UTF-8 | 沃쇗젩涅튎 | 111001101011001010000011111011001000011110010111111011001010000010101001111001101011011010000101111011011000101010001110 | e6b283ec8797eca0a9e6b685ed8a8e |
UHC | 沃쇗젩涅튎 | 11101000101010101011110011100110101000001010000111100110111011101011101001000010 | e8aabce6a0a1e6eeba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)