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 | 001111110011111111100111110011100011111110001111010010010011111101000101 | 3f3fe7ce3f8f493f45 |
EUC-JP | ??醫?終?E | 001111110011111111101110110100000011111110111101101010100011111101000101 | 3f3feed03fbdaa3f45 |
UTF-8 | 吏렋醫렊終렋E | 11101111101001111001111011101011101000001000101111101001100001101010101111101011101000001000101011100111101101011000001011101011101000001000101101000101 | efa79eeba08be986abeba08ae7b582eba08b45 |
UHC | 吏렋醫렊終렋E | 11101100101001111000111010100010111011001010001010001110101000011111000011111011100011101010001001000101 | eca78ea2eca28ea1f0fb8ea245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)