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 | 沃κ?韻 | 10010111100000001000001111001000001111111000100101000011 | 978083c83f8943 |
EUC-JP | 沃κ?韻 | 11001101111000001010011011001010001111111011000110100100 | cde0a6ca3fb1a4 |
UTF-8 | 沃κ괏韻 | 1110011010110010100000111100111010111010111010101011010010001111111010011001111110111011 | e6b283cebaeab48fe99fbb |
UHC | 沃κ괏韻 | 1110100010101010101001011110101010110001101000111110101010100100 | e8aaa5eab1a3eaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)