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 | 貉ソ譁懈 | 11100110101110011011111111100110100101101001110011100110 | e6b9bfe6969ce6 |
EUC-JP | 貉ソ譁懈 | 1110110010111011100011101011111111101011111101101101100011101000 | ecbb8ebfebf6d8e8 |
UTF-8 | 貉ソ譁懈 | 111010001011001010001001111011111011110110111111111010001010110110000001111001101000011110001000 | e8b289efbdbfe8ad81e68788 |
UHC | ??譁懈 | 001111110011111111111100101001101111101010101011 | 3f3ffca6faab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)