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 | ??SU}??SU{^ | 0011111100111111010100110101010101111101001111110011111101010011010101010111101101011110 | 3f3f53557d3f3f53557b5e |
SJIS-WIN | ??SU}??SU{^ | 0011111100111111010100110101010101111101001111110011111101010011010101010111101101011110 | 3f3f53557d3f3f53557b5e |
EUC-JP | ??SU}??SU{^ | 0011111100111111010100110101010101111101001111110011111101010011010101010111101101011110 | 3f3f53557d3f3f53557b5e |
UTF-8 | 묱뫝SU}묱뫝SU{^ | 11101011101011001011000111101011101010111001110101010011010101010111110111101011101011001011000111101011101010111001110101010011010101010111101101011110 | ebacb1ebab9d53557debacb1ebab9d53557b5e |
UHC | 묱뫝SU}묱뫝SU{^ | 100100100100100010010001101111010101001101010101011111011001001001001000100100011011110101010011010101010111101101011110 | 924891bd53557d924891bd53557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)