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 | 繒?持?? | 11111011100011110011111110001110100111010011111100111111 | fb8f3f8e9d3f3f |
EUC-JP | 繒?持?釪 | 10001111110101001101010000111111101110111111110100111111100011111110001110101101 | 8fd4d43fbbfd3f8fe3ad |
UTF-8 | 繒렗持렞釪 | 111001111011100110010010111010111010000010010111111001101000110010000001111010111010000010011110111010011000011110101010 | e7b992eba097e68c81eba09ee987aa |
UHC | 繒렗持렞釪 | 11110001111110011000111010101100111100101010010110001110101011111110100111101001 | f1f98eacf2a58eafe9e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)