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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邂ロサ邂ワ | 11100111101011101101101110111011111001111010111011011100 | e7aedbbbe7aedc |
EUC-JP | 邂ロサ邂ワ | 11101110101100001000111011011011100011101011101111101110101100001000111011011100 | eeb08edb8ebbeeb08edc |
UTF-8 | 邂ロサ邂ワ | 111010011000001010000010111011111011111010011011111011111011110110111011111010011000001010000010111011111011111010011100 | e98282efbe9befbdbbe98282efbe9c |
UHC | 邂??邂? | 11111010101100110011111100111111111110101011001100111111 | fab33f3ffab33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)