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 | 1110100010001011100100101110101110011000101001100101010001000010 | e88b92eb98a65442 |
EUC-JP | 闍庭丿TB | 1110111111101011110001001110110111010000101010000101010001000010 | efebc4edd0a85442 |
UTF-8 | 闍庭丿TB | 1110100110010111100011011110010110111010101011011110010010111000101111110101010001000010 | e9978de5baade4b8bf5442 |
UHC | ?庭?TB | 001111111110111111010100001111110101010001000010 | 3fefd43f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)