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 | 酊莖?? | 111001111100001011100100101100010011111100111111 | e7c2e4b13f3f |
EUC-JP | 酊莖?? | 111011101100010011101000101100110011111100111111 | eec4e8b33f3f |
UTF-8 | 酊莖렯렔 | 111010011000010110001010111010001000111010010110111010111010000010101111111010111010000010010100 | e9858ae88e96eba0afeba094 |
UHC | 酊莖렯렔 | 1110111111111000110011001110110010001110101111001000111010101001 | eff8ccec8ebc8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)