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 | 齊?燼?乙 | 1110101010001110001111111110000010011110001111111000100110110011 | ea8e3fe09e3f89b3 |
EUC-JP | 齊?燼?乙 | 1111001111101110001111111101111111111110001111111011001010110101 | f3ee3fdffe3fb2b5 |
UTF-8 | 齊렟燼렖乙 | 111010011011110110001010111010111010000010011111111001111000011110111100111010111010000010010110111001001011100110011001 | e9bd8aeba09fe787bceba096e4b999 |
UHC | 齊렟燼렖乙 | 11110000101110101000111010110000111000111110100010001110101010111110101111100000 | f0ba8eb0e3e88eabebe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)