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 | 蔬雁彫蔗 | 1110010011110100100010101110010110010010101001001110010011110010 | e4f48ae592a4e4f2 |
EUC-JP | 蔬雁彫蔗 | 1110100011110110101101001110011111000100101001101110100011110100 | e8f6b4e7c4a6e8f4 |
UTF-8 | 蔬雁彫蔗 | 111010001001010010101100111010011001101110000001111001011011110110101011111010001001010010010111 | e894ace99b81e5bdabe89497 |
UHC | 蔬雁彫蔗 | 1110000111001010111001001101001011110000110000011110110110111101 | e1cae4d2f0c1edbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)