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 | ???[ | 00111111001111110011111101011011 | 3f3f3f5b |
SJIS-WIN | 雍??[ | 1110100010110100001111110011111101011011 | e8b43f3f5b |
EUC-JP | 雍??[ | 1111000010110110001111110011111101011011 | f0b63f3f5b |
UTF-8 | 雍딀퐗[ | 11101001100110111000110111101011100101001000000011101101100100001001011101011011 | e99b8deb9480ed90975b |
UHC | 雍딀퐗[ | 11101000101111001000101011100110101111011000000101011011 | e8bc8ae6bd815b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)