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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 淹??瑜ζ? | 100111111011100100111111001111111110000011101111100000111100010000111111 | 9fb93f3fe0ef83c43f |
EUC-JP | 淹??瑜ζ? | 110111101011101100111111001111111110000011110001101001101100011000111111 | debb3f3fe0f1a6c63f |
UTF-8 | 淹곕윣瑜ζ뉘 | 1110011010110111101110011110101010110011100101011110110010011100101000111110011110010001100111001100111010110110111010111000100110011000 | e6b7b9eab395ec9ca3e7919cceb6eb8998 |
UHC | 淹곕윣瑜ζ뉘 | 111001011111010010110000111010111001111110100100111010111010010110100101111001101011010010110101 | e5f4b0eb9fa4eba5a5e6b4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)