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 | 担竪嘆棚 | 1001001001010011100100100100011110010010010100011001001001001001 | 9253924792519249 |
EUC-JP | 担竪嘆棚 | 1100001110110100110000111010100011000011101100101100001110101010 | c3b4c3a8c3b2c3aa |
UTF-8 | 担竪嘆棚 | 111001101000101110000101111001111010101110101010111001011001100010000110111001101010001110011010 | e68b85e7abaae59886e6a39a |
UHC | ?竪嘆棚 | 00111111111000101011010111110111101000111101110111011100 | 3fe2b5f7a3dddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)