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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 役????] | 10010110111100000011111100111111001111110011111101011101 | 96f03f3f3f3f5d |
EUC-JP | 役????] | 11001100111100100011111100111111001111110011111101011101 | ccf23f3f3f3f5d |
UTF-8 | 役대뛻留랷] | 11100101101111011011100111101011100011001000000011101011100110111011101111101111101001111000110111101011100111101011011101011101 | e5bdb9eb8c80eb9bbbefa78deb9eb75d |
UHC | 役대뛻留랷] | 1110011010110101101101001110101110001101100000011110101110100111100011100101000101011101 | e6b5b4eb8d81eba78e515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)