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 | ?囚[?囚[^ | 001111111000111011111010010110110011111110001110111110100101101101011110 | 3f8efa5b3f8efa5b5e |
EUC-JP | ?囚[?囚[^ | 001111111011110011111100010110110011111110111100111111000101101101011110 | 3fbcfc5b3fbcfc5b5e |
UTF-8 | 뿮囚[뿮囚[^ | 111010111011111110101110111001011001101110011010010110111110101110111111101011101110010110011011100110100101101101011110 | ebbfaee59b9a5bebbfaee59b9a5b5e |
UHC | 뿮囚[뿮囚[^ | 1001011110101110111000011111011001011011100101111010111011100001111101100101101101011110 | 97aee1f65b97aee1f65b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)