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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 綏遵圭葆 | 1110001101010110100011111000010110001100010111001110010011011100 | e3568f858c5ce4dc |
EUC-JP | 綏遵圭葆 | 1110010110110111101111011110010110110111101111011110100011011110 | e5b7bde5b7bde8de |
UTF-8 | 綏遵圭葆 | 111001111011011010001111111010011000000110110101111001011001110010101101111010001001000110000110 | e7b68fe981b5e59cade89186 |
UHC | 綏遵圭? | 11100010101101111111000111100101110100001010010000111111 | e2b7f1e5d0a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)