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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 黍洩銑 | 100010110110111110001001011010111001000101001100 | 8b6f896b914c |
EUC-JP | 黍洩銑 | 101101011101000010110001110011001100000110101101 | b5d0b1ccc1ad |
UTF-8 | 黍洩銑 | 111010011011101110001101111001101011010010101001111010011000101010010001 | e9bb8de6b4a9e98a91 |
UHC | 黍洩銑 | 111000001010100011100000110111011110000011010101 | e0a8e0dde0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)