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 | 蔓鴃篌笘 | 1001011010100000111010011110111011100010101110101110001010011000 | 96a0e9eee2bae298 |
EUC-JP | 蔓鴃篌笘 | 1100110010100010111100101111000011100100101111001110001111111000 | cca2f2f0e4bce3f8 |
UTF-8 | 蔓鴃篌笘 | 111010001001010010010011111010011011010010000011111001111010111110001100111001111010110010011000 | e89493e9b483e7af8ce7ac98 |
UHC | 蔓??? | 1101100011000000001111110011111100111111 | d8c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)