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 | ???TB | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
SJIS-WIN | 艱щ鮎TB | 1110010010000101100001001000101110001000101111000101010001000010 | e485848b88bc5442 |
EUC-JP | 艱щ鮎TB | 1110011111100101101001111110101110110000101111100101010001000010 | e7e5a7ebb0be5442 |
UTF-8 | 艱щ鮎TB | 11101000100010011011000111010001100010011110100110101110100011100101010001000010 | e889b1d189e9ae8e5442 |
UHC | 艱щ鮎TB | 1100101011011110101011001110101111101111110001100101010001000010 | cadeacebefc65442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)