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 | 鋧鋧[鋧鋧[^ | 1111101111001111111110111100111101011011111110111100111111111011110011110101101101011110 | fbcffbcf5bfbcffbcf5b5e |
EUC-JP | 鋧鋧[鋧鋧[^ | 100011111110010011001011100011111110010011001011010110111000111111100100110010111000111111100100110010110101101101011110 | 8fe4cb8fe4cb5b8fe4cb8fe4cb5b5e |
UTF-8 | 鋧鋧[鋧鋧[^ | 111010011000101110100111111010011000101110100111010110111110100110001011101001111110100110001011101001110101101101011110 | e98ba7e98ba75be98ba7e98ba75b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)