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 | ?????æ? | 00111111001111110011111100111111001111111110011000111111 | 3f3f3f3f3fe63f |
SJIS-WIN | ??????円 | 0011111100111111001111110011111100111111001111111000100101111110 | 3f3f3f3f3f3f897e |
EUC-JP | ?????æ円 | 00111111001111110011111100111111001111111000111110101001110000011011000111011111 | 3f3f3f3f3f8fa9c1b1df |
UTF-8 | 溜삳젔溜븐æ円 | 1110111110100111100010111110110010000010101100111110110010100000100101001110111110100111100010111110101110111000100100001100001110100110111001011000011010000110 | efa78bec82b3eca094efa78bebb890c3a6e58686 |
UHC | 溜삳젔溜븐æ円 | 1110101011111110101110111110101110100000100100101110101011111110101110101110110010101001101000011110010111110111 | eafebbeba092eafebaeca9a1e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)