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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | ??削h?? | 00111111001111111000110111101101011010000011111100111111 | 3f3f8ded683f3f |
EUC-JP | ??削h?? | 00111111001111111011101011101111011010000011111100111111 | 3f3fbaef683f3f |
UTF-8 | 룶끝削h룶끝 | 11101011101000111011011011101011100000011001110111100101100010011000101001101000111010111010001110110110111010111000000110011101 | eba3b6eb819de5898a68eba3b6eb819d |
UHC | 룶끝削h룶끝 | 1000111110101011101100111010000111011110111110110110100010001111101010111011001110100001 | 8fabb3a1defb688fabb3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)