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 | 艪延弦紊 | 1110010010000010100010011000010010001100101101111110001101000011 | e48289848cb7e343 |
EUC-JP | 艪延弦紊 | 1110011111100010101100011110010010111000101110011110010110100100 | e7e2b1e4b8b9e5a4 |
UTF-8 | 艪延弦紊 | 111010001000100110101010111001011011101110110110111001011011110010100110111001111011010010001010 | e889aae5bbb6e5bca6e7b48a |
UHC | ?延弦紊 | 00111111111001101100010111111010110101111101101010100010 | 3fe6c5fad7daa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)