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 | 逎玖イ肋 | 11100111101000111000101111101000101100101001100001011101 | e7a38be8b2985d |
EUC-JP | 逎玖イ肋 | 1110111010100101101101101110101010001110101100101100111110111110 | eea5b6ea8eb2cfbe |
UTF-8 | 逎玖イ肋 | 111010011000000010001110111001111000111010010110111011111011110110110010111010001000001010001011 | e9808ee78e96efbdb2e8828b |
UHC | ?玖?肋 | 001111111100111110111000001111111101011111001110 | 3fcfb83fd7ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)