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 | 0011111100111111100100001110011000111111001111110011111101000101 | 3f3f90e63f3f3f45 |
EUC-JP | ??先??琁E | 00111111001111111100000011101000001111110011111110001111110011001010001101000101 | 3f3fc0e83f3f8fcca345 |
UTF-8 | 렱롃先렱롃琁E | 11101011101000001011000111101011101000011000001111100101100001011000100011101011101000001011000111101011101000011000001111100111100100001000000101000101 | eba0b1eba183e58588eba0b1eba183e7908145 |
UHC | 렱롃先렱롃琁E | 10001110101111101000111011001010111000001011101110001110101111101000111011001010111000001100010001000101 | 8ebe8ecae0bb8ebe8ecae0c445 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)