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 | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | 楢?W}楢?W{^ | 1001001111101000001111110101011101111101100100111110100000111111010101110111101101011110 | 93e83f577d93e83f577b5e |
EUC-JP | 楢?W}楢?W{^ | 1100011011101010001111110101011101111101110001101110101000111111010101110111101101011110 | c6ea3f577dc6ea3f577b5e |
UTF-8 | 楢렢W}楢렢W{^ | 1110011010100101101000101110101110100000101000100101011101111101111001101010010110100010111010111010000010100010010101110111101101011110 | e6a5a2eba0a2577de6a5a2eba0a2577b5e |
UHC | 楢렢W}楢렢W{^ | 11101010111110011000111010110011010101110111110111101010111110011000111010110011010101110111101101011110 | eaf98eb3577deaf98eb3577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)