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 | 巽贈卒巽続 | 10010010010001101001000110100001100100011011001010010010010001101001000110110001 | 924691a191b2924691b1 |
EUC-JP | 巽贈卒巽続 | 11000011101001111100001010100011110000101011010011000011101001111100001010110011 | c3a7c2a3c2b4c3a7c2b3 |
UTF-8 | 巽贈卒巽続 | 111001011011011110111101111010001011010010001000111001011000110110010010111001011011011110111101111001111011011010011010 | e5b7bde8b488e58d92e5b7bde7b69a |
UHC | 巽贈卒巽? | 111000011101111011110001111111001111000011101111111000011101111000111111 | e1def1fcf0efe1de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)