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 | 邂邂ワ | 11100111101011101111100110100101111001111010111011011100 | e7aef9a5e7aedc |
EUC-JP | 邂?邂ワ | 11101110101100000011111111101110101100001000111011011100 | eeb03feeb08edc |
UTF-8 | 邂邂ワ | 111010011000001010000010111011101001110010000000111010011000001010000010111011111011111010011100 | e98282ee9c80e98282efbe9c |
UHC | 邂?邂? | 111110101011001100111111111110101011001100111111 | fab33ffab33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)