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 | ûH¶é²¶^ | 11111011010010001011011011101001101100101011011001011110 | fb48b6e9b2b65e |
SJIS-WIN | ?H¶??¶^ | 001111110100100010000001111101110011111100111111100000011111011101011110 | 3f4881f73f3f81f75e |
EUC-JP | ûH¶é?¶^ | 10001111101010111110010101001000101000101111100110001111101010111011000100111111101000101111100101011110 | 8fabe548a2f98fabb13fa2f95e |
UTF-8 | ûH¶é²¶^ | 110000111011101101001000110000101011011011000011101010011100001010110010110000101011011001011110 | c3bb48c2b6c3a9c2b2c2b65e |
UHC | ?H¶?²¶^ | 00111111010010001010001011010010001111111010100111110111101000101101001001011110 | 3f48a2d23fa9f7a2d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)