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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 貅剰シ堤ア | 1110011010111010100011111110100010111100100100101110011110110001 | e6ba8fe8bc92e7b1 |
EUC-JP | 貅剰シ堤ア | 11101100101111001011111011101010100011101011110011000100111010011000111010110001 | ecbcbeea8ebcc4e98eb1 |
UTF-8 | 貅剰シ堤ア | 111010001011001010000101111001011000100110110000111011111011110110111100111001011010000010100100111011111011110110110001 | e8b285e589b0efbdbce5a0a4efbdb1 |
UHC | ???堤? | 001111110011111100111111111100001010011100111111 | 3f3f3ff0a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)