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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | ??ヒ??G | 00111111001111111000001101110001001111110011111101000111 | 3f3f83713f3f47 |
EUC-JP | ??ヒ??G | 00111111001111111010010111010010001111110011111101000111 | 3f3fa5d23f3f47 |
UTF-8 | 룶즽ヒ룫켺G | 11101011101000111011011011101100101001101011110111100011100000111001001011101011101000111010101111101100101111001011101001000111 | eba3b6eca6bde38392eba3abecbcba47 |
UHC | 룶즽ヒ룫켺G | 1000111110101011101000111000111110101011110100101000111110100010101100010111000001000111 | 8faba38fabd28fa2b17047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)