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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 當當[當當[^ | 1110000101100011111000010110001101011011111000010110001111100001011000110101101101011110 | e163e1635be163e1635b5e |
EUC-JP | 當當[當當[^ | 1110000111000100111000011100010001011011111000011100010011100001110001000101101101011110 | e1c4e1c45be1c4e1c45b5e |
UTF-8 | 當當[當當[^ | 111001111001010110110110111001111001010110110110010110111110011110010101101101101110011110010101101101100101101101011110 | e795b6e795b65be795b6e795b65b5e |
UHC | 當當[當當[^ | 1101001111010111110100111101011101011011110100111101011111010011110101110101101101011110 | d3d7d3d75bd3d7d3d75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)