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 | 篌よ或莚 | 1110001010111010100000101110011010001000101111011110010010101101 | e2ba82e688bde4ad |
EUC-JP | 篌よ或莚 | 1110010010111100101001001110100010110000101111111110100010101111 | e4bca4e8b0bfe8af |
UTF-8 | 篌よ或莚 | 111001111010111110001100111000111000001010001000111001101000100010010110111010001000111010011010 | e7af8ce38288e68896e88e9a |
UHC | ?よ或? | 001111111010101011101000111110111110010000111111 | 3faae8fbe43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)