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 | 楹??円 | 100111101011000100111111001111111000100101111110 | 9eb13f3f897e |
EUC-JP | 楹??円 | 110111001011001100111111001111111011000111011111 | dcb33f3fb1df |
UTF-8 | 楹섓쮶円 | 111001101010010110111001111011001000010010010011111011001010111010110110111001011000011010000110 | e6a5b9ec8493ecaeb6e58686 |
UHC | 楹섓쮶円 | 1110011110110011100110001110111110101000100100111110010111110111 | e7b398efa893e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)