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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 云??^ | 1000100101011101001111110011111101011110 | 895d3f3f5e |
EUC-JP | 云?适^ | 10110001101111100011111110001111111000011100101101011110 | b1be3f8fe1cb5e |
UTF-8 | 云닻适^ | 11100100101110101001000111101011100010111011101111101001100000001000001001011110 | e4ba91eb8bbbe980825e |
UHC | 云닻适^ | 11101001111101101011010011101001110011101100000101011110 | e9f6b4e9cec15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)