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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??ゎ? | 0011111100111111100000101110110000111111 | 3f3f82ec3f |
EUC-JP | ??ゎ? | 0011111100111111101001001110111000111111 | 3f3fa4ee3f |
UTF-8 | 뤯헤ゎ넒 | 111010111010010010101111111011011001011110100100111000111000001010001110111010111000010010010010 | eba4afed97a4e3828eeb8492 |
UHC | 뤯헤ゎ넒 | 1000111111011101110001111110110010101010111011101011001111001111 | 8fddc7ecaaeeb3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)