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 | 設營∀? | 10010000110111011001101001111010100000011100110100111111 | 90dd9a7a81cd3f |
EUC-JP | 設營∀? | 11000000110111111101001111011011101000101100111100111111 | c0dfd3dba2cf3f |
UTF-8 | 設營∀따 | 111010001010100010101101111001111000011110011111111000101000100010000000111010111001010010110000 | e8a8ade7879fe28880eb94b0 |
UHC | 設營∀따 | 1110000011100010111001111011110110100010101000111011010111111011 | e0e2e7bda2a3b5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)