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 | 沃??有 | 100101111000000000111111001111111001011101001100 | 97803f3f974c |
EUC-JP | 沃??有 | 110011011110000000111111001111111100110110101101 | cde03f3fcdad |
UTF-8 | 沃쇗쭇有 | 111001101011001010000011111011001000011110010111111011001010110110000111111001101001110010001001 | e6b283ec8797ecad87e69c89 |
UHC | 沃쇗쭇有 | 1110100010101010101111001110011010100111100000111110101011110011 | e8aabce6a783eaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)