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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??“殃?? | 0011111100111111100000010110011110011111011010010011111100111111 | 3f3f81679f693f3f |
EUC-JP | ??“殃?? | 0011111100111111101000011100100011011101110010100011111100111111 | 3f3fa1c8ddca3f3f |
UTF-8 | 娛덅“殃뽬쪥 | 111001011010100010011011111010111000110110000101111000101000000010011100111001101010111010000011111010111011110110101100111011001010101010100101 | e5a89beb8d85e2809ce6ae83ebbdacecaaa5 |
UHC | 娛덅“殃뽬쪥 | 111001111111010010001000111010001010000110110000111001001110101010010110111010001010010110011110 | e7f488e8a1b0e4ea96e8a59e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)