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 | 艪延弦緕 | 1110010010000010100010011000010010001100101101111110001110001110 | e48289848cb7e38e |
EUC-JP | 艪延弦緕 | 1110011111100010101100011110010010111000101110011110010111101110 | e7e2b1e4b8b9e5ee |
UTF-8 | 艪延弦緕 | 111010001000100110101010111001011011101110110110111001011011110010100110111001111011011110010101 | e889aae5bbb6e5bca6e7b795 |
UHC | ?延弦? | 001111111110011011000101111110101101011100111111 | 3fe6c5fad73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)