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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ??醫?證?E | 001111110011111111100111110011100011111111100110100110100011111101000101 | 3f3fe7ce3fe69a3f45 |
EUC-JP | ??醫?證?E | 001111110011111111101110110100000011111111101011111110100011111101000101 | 3f3feed03febfa3f45 |
UTF-8 | 吏렋醫렊證렋E | 11101111101001111001111011101011101000001000101111101001100001101010101111101011101000001000101011101000101011011000100111101011101000001000101101000101 | efa79eeba08be986abeba08ae8ad89eba08b45 |
UHC | 吏렋醫렊證렋E | 11101100101001111000111010100010111011001010001010001110101000011111000111111011100011101010001001000101 | eca78ea2eca28ea1f1fb8ea245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)