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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 靷???靷 | 100011111110011110111101001111110011111100111111100011111110011110111101 | 8fe7bd3f3f3f8fe7bd |
UTF-8 | 靷댓렯렔靷 | 111010011001110110110111111010111000110010010011111010111010000010101111111010111010000010010100111010011001110110110111 | e99db7eb8c93eba0afeba094e99db7 |
UHC | 靷댓렯렔靷 | 11101100111001101011010011110001100011101011110010001110101010011110110011100110 | ece6b4f18ebc8ea9ece6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)