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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 膕順晦 | 111001000101000110001111100001111000101001000001 | e4518f878a41 |
EUC-JP | 膕順晦 | 111001111011001010111101111001111011001110100010 | e7b2bde7b3a2 |
UTF-8 | 膕順晦 | 111010001000011010010101111010011010000010000110111001101001100110100110 | e88695e9a086e699a6 |
UHC | ?順晦 | 0011111111100010111101111111110011100100 | 3fe2f7fce4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)