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 | ?泌孩? | 001111111001010011100101100110110111011100111111 | 3f94e59b773f |
EUC-JP | ?泌孩? | 001111111100100011100111110101011101100000111111 | 3fc8e7d5d83f |
UTF-8 | 뤋泌孩㎔ | 111010111010010010001011111001101011001110001100111001011010110110101001111000111000111010010100 | eba48be6b38ce5ada9e38e94 |
UHC | 뤋泌孩㎔ | 1000111110111011111110011011001011111010101010011010011111011000 | 8fbbf9b2faa9a7d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)