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 | 棚誰多棚 | 1001001001001001100100100100111010010001101111011001001001001001 | 9249924e91bd9249 |
EUC-JP | 棚誰多棚 | 1100001110101010110000111010111111000010101111111100001110101010 | c3aac3afc2bfc3aa |
UTF-8 | 棚誰多棚 | 111001101010001110011010111010001010101010110000111001011010010010011010111001101010001110011010 | e6a39ae8aab0e5a49ae6a39a |
UHC | 棚誰多棚 | 1101110111011100111000101100000111010010111111011101110111011100 | dddce2c1d2fddddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)