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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ??ゃ??タ\ | 001111110011111110000010111000010011111100111111100000110101111001011100 | 3f3f82e13f3f835e5c |
EUC-JP | ??ゃ??タ\ | 001111110011111110100100111000110011111100111111101001011011111101011100 | 3f3fa4e33f3fa5bf5c |
UTF-8 | 룶쾹ゃ룶쾹タ\ | 11101011101000111011011011101100101111101011100111100011100000101000001111101011101000111011011011101100101111101011100111100011100000101011111101011100 | eba3b6ecbeb9e38283eba3b6ecbeb9e382bf5c |
UHC | 룶쾹ゃ룶쾹タ\ | 10001111101010111011001010001111101010101110001110001111101010111011001010001111101010111011111101011100 | 8fabb28faae38fabb28fabbf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)