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 | ??馮恕 | 001111110011111111101001011001111000111110011010 | 3f3fe9678f9a |
EUC-JP | ??馮恕 | 001111110011111111110001110010001011110111111010 | 3f3ff1c8bdfa |
UTF-8 | 싅귙馮恕 | 111011001000101110000101111010101011011110011001111010011010011010101110111001101000000110010101 | ec8b85eab799e9a6aee68195 |
UHC | 싅귙馮恕 | 1001101011001000100000101110001111111001101001111101111111110000 | 9ac882e3f9a7dff0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)