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 | ???A?? | 001111110011111100111111010000010011111100111111 | 3f3f3f413f3f |
SJIS-WIN | 歟??A絶? | 1001111101100010001111110011111101000001100100001110001000111111 | 9f623f3f4190e23f |
EUC-JP | 歟??A絶? | 1101110111000011001111110011111101000001110000001110010000111111 | ddc33f3f41c0e43f |
UTF-8 | 歟€텊A絶쀯 | 11100110101011011001111111100010100000101010110011101101100001011000101001000001111001111011010110110110111011001000000010101111 | e6ad9fe282aced858a41e7b5b6ec80af |
UHC | 歟€텊A絶쀯 | 1110011010100010101000101110011010110110100001110100000111101111101111101001011111101111 | e6a2a2e6b68741efbe97ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)