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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蛛蓍蓚甞 | 1110010110000001111001001110011111100100111010011110000101010010 | e581e4e7e4e9e152 |
EUC-JP | 蛛蓍蓚甞 | 1110100111100001111010001110100111101000111010111110000110110011 | e9e1e8e9e8ebe1b3 |
UTF-8 | 蛛蓍蓚甞 | 111010001001101110011011111010001001001110001101111010001001001110011010111001111001010010011110 | e89b9be8938de8939ae7949e |
UHC | 蛛蓍蓚? | 11110001110010001110001111001001111000101011111000111111 | f1c8e3c9e2be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)