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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 佃?依? | 100100101100111100111111100010001100101100111111 | 92cf3f88cb3f |
EUC-JP | 佃?依? | 110001001101000100111111101100001100110100111111 | c4d13fb0cd3f |
UTF-8 | 佃렖依렔 | 111001001011110110000011111010111010000010010110111001001011111010011101111010111010000010010100 | e4bd83eba096e4be9deba094 |
UHC | 佃렖依렔 | 1110111011101100100011101010101111101011111011101000111010101001 | eeec8eabebee8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)