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 | ????D^ | 001111110011111100111111001111110100010001011110 | 3f3f3f3f445e |
SJIS-WIN | ???其D^ | 00111111001111110011111110010001101101000100010001011110 | 3f3f3f91b4445e |
EUC-JP | ???其D^ | 00111111001111110011111111000010101101100100010001011110 | 3f3f3fc2b6445e |
UTF-8 | 練먩솲其D^ | 1110111110100110100101101110101110101000101010011110110010000110101100101110010110000101101101100100010001011110 | efa696eba8a9ec86b2e585b6445e |
UHC | 練먩솲其D^ | 11100110110111111001000011100110100110011010011111010000111011000100010001011110 | e6df90e699a7d0ec445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)