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 | 繒?葬?縡 | 1111101110001111001111111001000110010010001111111110001101110001 | fb8f3f91923fe371 |
EUC-JP | 繒?葬?縡 | 100011111101010011010100001111111100000111110010001111111110010111010010 | 8fd4d43fc1f23fe5d2 |
UTF-8 | 繒렰葬렱縡 | 111001111011100110010010111010111010000010110000111010001001000110101100111010111010000010110001111001111011100010100001 | e7b992eba0b0e891aceba0b1e7b8a1 |
UHC | 繒렰葬렱縡 | 11110001111110011000111010111101111011011111011110001110101111101110111010101101 | f1f98ebdedf78ebeeead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)