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 | òô¼¦_» | 11110010111101001011110010100110010111111000111110111011 | f2f4bca65f8fbb |
SJIS-WIN | ????_?? | 00111111001111110011111100111111010111110011111100111111 | 3f3f3f3f5f3f3f |
EUC-JP | òô?¦_?? | 10001111101010111101001010001111101010111101010000111111100011111010001011000011010111110011111100111111 | 8fabd28fabd43f8fa2c35f3f3f |
UTF-8 | òô¼¦_» | 11000011101100101100001110110100110000101011110011000010101001100101111111000010100011111100001010111011 | c3b2c3b4c2bcc2a65fc28fc2bb |
UHC | ??¼?_?? | 0011111100111111101010001111100100111111010111110011111100111111 | 3f3fa8f93f5f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)