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 | I¹¥» | 1001001001001001100100011011100110010001101001011001000110111011 | 924991b991a591bb |
SJIS-WIN | ?I???¥?? | 001111110100100100111111001111110011111110000001100011110011111100111111 | 3f493f3f3f818f3f3f |
EUC-JP | ?I?????? | 0011111101001001001111110011111100111111001111110011111100111111 | 3f493f3f3f3f3f3f |
UTF-8 | I¹¥» | 110000101001001001001001110000101001000111000010101110011100001010010001110000101010010111000010100100011100001010111011 | c29249c291c2b9c291c2a5c291c2bb |
UHC | ?I?¹???? | 001111110100100100111111101010011111011000111111001111110011111100111111 | 3f493fa9f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)