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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謝璽籔 | 100011101101001110001110101000111110001011010110 | 8ed38ea3e2d6 |
EUC-JP | 謝璽籔 | 101111001101010110111100101001011110010011011000 | bcd5bca5e4d8 |
UTF-8 | 謝璽籔 | 111010001010110010011101111001111001001010111101111001111011000110010100 | e8ac9de792bde7b194 |
UHC | 謝璽? | 1101111011110011110111111101111000111111 | def3dfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)