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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 燮?燮?^ | 10011001110101110011111110011001110101110011111101011110 | 99d73f99d73f5e |
EUC-JP | 燮?燮?^ | 11010010110110010011111111010010110110010011111101011110 | d2d93fd2d93f5e |
UTF-8 | 燮葉燮葉^ | 11100111100001111010111011101111101001011010111011100111100001111010111011101111101001011010111001011110 | e787aeefa5aee787aeefa5ae5e |
UHC | 燮葉燮葉^ | 111000001111000011100000111100011110000011110000111000001111000101011110 | e0f0e0f1e0f0e0f15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)