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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ーワ}ーワ{^ | 1011000011011100111100001100100101111101101100001101110011110000110010010111101101011110 | b0dcf0c97db0dcf0c97b5e |
EUC-JP | ーワ?}ーワ?{^ | 10001110101100001000111011011100001111110111110110001110101100001000111011011100001111110111101101011110 | 8eb08edc3f7d8eb08edc3f7b5e |
UTF-8 | ーワ}ーワ{^ | 111011111011110110110000111011111011111010011100111011101000001010001000011111011110111110111101101100001110111110111110100111001110111010000010100010000111101101011110 | efbdb0efbe9cee82887defbdb0efbe9cee82887b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)