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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??バ??^ | 00111111001111111000001101101111001111110011111101011110 | 3f3f836f3f3f5e |
EUC-JP | ??バ??^ | 00111111001111111010010111010000001111110011111101011110 | 3f3fa5d03f3f5e |
UTF-8 | 룶즽バ룶₃^ | 11101011101000111011011011101100101001101011110111100011100000111001000011101011101000111011011011100010100000101000001101011110 | eba3b6eca6bde38390eba3b6e282835e |
UHC | 룶즽バ룶₃^ | 1000111110101011101000111000111110101011110100001000111110101011101010011111110101011110 | 8faba38fabd08faba9fd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)