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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 重????? | 10001111011001000011111100111111001111110011111100111111 | 8f643f3f3f3f3f |
EUC-JP | 重???鋌? | 101111011100010100111111001111110011111110001111111001001011101100111111 | bdc53f3f3f8fe4bb3f |
UTF-8 | 重얹렰렫鋌렞 | 111010011000011110001101111011001001011010111001111010111010000010110000111010111010000010101011111010011000101110001100111010111010000010011110 | e9878dec96b9eba0b0eba0abe98b8ceba09e |
UHC | 重얹렰렫鋌렞 | 111100011110110010111110111100011000111010111101100011101011100111101111111110111000111010101111 | f1ecbef18ebd8eb9effb8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)