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 | 漆聿治 | 1111000111111100100011101011110111100011111001001000111010100001 | f1fc8ebde3e48ea1 |
EUC-JP | ?漆聿治 | 00111111101111001011111111100110111001101011110010100011 | 3fbcbfe6e6bca3 |
UTF-8 | 漆聿治 | 111011101000010110110111111001101011110010000110111010001000000110111111111001101011001010111011 | ee85b7e6bc86e881bfe6b2bb |
UHC | ?漆聿治 | 00111111111101101101010011101011110100111111011010111101 | 3ff6d4ebd3f6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)