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 | ?絲f帳 | 00111111111000110100111010000010100001101001001010100000 | 3fe34e828692a0 |
EUC-JP | ?絲f帳 | 00111111111001011010111110100011111001101100010010100010 | 3fe5afa3e6c4a2 |
UTF-8 | 裡絲f帳 | 111011111010011110101000111001111011010110110010111011111011110110000110111001011011100010110011 | efa7a8e7b5b2efbd86e5b8b3 |
UHC | 裡絲f帳 | 1110110011000001110111101110101010100011111001101110110111100011 | ecc1deeaa3e6ede3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)