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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 荻???諄 | 10001001101011000011111100111111001111111110011001111000 | 89ac3f3f3fe678 |
EUC-JP | 荻???諄 | 10110010101011100011111100111111001111111110101111011001 | b2ae3f3f3febd9 |
UTF-8 | 荻뀁렲렟諄 | 111010001000110110111011111010111000000010000001111010111010000010110010111010111010000010011111111010001010101110000100 | e88dbbeb8081eba0b2eba09fe8ab84 |
UHC | 荻뀁렲렟諄 | 11101110111000101011001011101100100011101011111110001110101100001110001011110100 | eee2b2ec8ebf8eb0e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)