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 | ワゥ省 | 110111001010100110001111110010001111100001000010 | dca98fc8f842 |
EUC-JP | ワゥ省? | 10001110110111001000111010101001101111101100101000111111 | 8edc8ea9beca3f |
UTF-8 | ワゥ省 | 111011111011111010011100111011111011110110101001111001111001110010000001111011101001011110100010 | efbe9cefbda9e79c81ee97a2 |
UHC | ??省? | 0011111100111111111000001111110100111111 | 3f3fe0fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)