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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 鋿鋿[鋿鋿[^ | 1111101111011100111110111101110001011011111110111101110011111011110111000101101101011110 | fbdcfbdc5bfbdcfbdc5b5e |
EUC-JP | 鋿鋿[鋿鋿[^ | 100011111110010011010010100011111110010011010010010110111000111111100100110100101000111111100100110100100101101101011110 | 8fe4d28fe4d25b8fe4d28fe4d25b5e |
UTF-8 | 鋿鋿[鋿鋿[^ | 111010011000101110111111111010011000101110111111010110111110100110001011101111111110100110001011101111110101101101011110 | e98bbfe98bbf5be98bbfe98bbf5b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)