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 | 跼ソ鬮捺 | 11100110111100001011111111101001101010111001001111100110 | e6f0bfe9ab93e6 |
EUC-JP | 跼ソ鬮捺 | 1110110011110010100011101011111111110010101011011100011011101000 | ecf28ebff2adc6e8 |
UTF-8 | 跼ソ鬮捺 | 111010001011011110111100111011111011110110111111111010011010110010101110111001101000110110111010 | e8b7bcefbdbfe9acaee68dba |
UHC | ???捺 | 0011111100111111001111111101000111110100 | 3f3f3fd1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)