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 | 繒?趾?陰 | 1111101110001111001111111110011011100100001111111000100101000001 | fb8f3fe6e43f8941 |
EUC-JP | 繒?趾?陰 | 100011111101010011010100001111111110110011100110001111111011000110100010 | 8fd4d43fece63fb1a2 |
UTF-8 | 繒렡趾렋陰 | 111001111011100110010010111010111010000010100001111010001011011010111110111010111010000010001011111010011001100110110000 | e7b992eba0a1e8b6beeba08be999b0 |
UHC | 繒렡趾렋陰 | 11110001111110011000111010110010111100101011111110001110101000101110101111100100 | f1f98eb2f2bf8ea2ebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)