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 | ????® | 0011111100111111001111110011111110101110 | 3f3f3f3fae |
SJIS-WIN | ??∥?? | 001111110011111110000001011000010011111100111111 | 3f3f81613f3f |
EUC-JP | ??‖?® | 0011111100111111101000011100001000111111100011111010001011101110 | 3f3fa1c23f8fa2ee |
UTF-8 | 鍊귡∥吳® | 1110111110100110100110111110101010110111101000011110001010001000101001011110010110010000101100111100001010101110 | efa69beab7a1e288a5e590b3c2ae |
UHC | 鍊귡∥吳® | 11100110111010001000001011101001101000011010101111100111111011111010001011100111 | e6e882e9a1abe7efa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)