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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 釈謝ホ | 1000111011011111100011101101001111001110 | 8edf8ed3ce |
EUC-JP | 釈謝ホ | 101111001110000110111100110101011000111011001110 | bce1bcd58ece |
UTF-8 | 釈謝ホ | 111010011000011110001000111010001010110010011101111011111011111010001110 | e98788e8ac9defbe8e |
UHC | ?謝? | 00111111110111101111001100111111 | 3fdef33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)