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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | チョhチョ | 1100000110101110011010001100000110101110 | c1ae68c1ae |
EUC-JP | チョhチョ | 100011101100000110001110101011100110100010001110110000011000111010101110 | 8ec18eae688ec18eae |
UTF-8 | チョhチョ | 11101111101111101000000111101111101111011010111001101000111011111011111010000001111011111011110110101110 | efbe81efbdae68efbe81efbdae |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)