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 | 巐庭讒削圀 | 11111010101101101001001011101011111001101010011110001101111011011001101010011011 | fab692ebe6a78ded9a9b |
EUC-JP | 巐庭讒削圀 | 1000111110111011111110011100010011101101111011001010100110111010111011111101001111111011 | 8fbbf9c4edeca9baefd3fb |
UTF-8 | 巐庭讒削圀 | 111001011011011110010000111001011011101010101101111010001010111010010010111001011000100110001010111001011001110010000000 | e5b790e5baade8ae92e5898ae59c80 |
UHC | ?庭讒削? | 0011111111101111110101001111001111011000110111101111101100111111 | 3fefd4f3d8defb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)