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 | 靜???邑? | 1110100011001110001111110011111100111111100101110101011100111111 | e8ce3f3f3f97573f |
EUC-JP | 靜?檉?邑? | 11110000110100000011111110001111110001011011101100111111110011011011100000111111 | f0d03f8fc5bb3fcdb83f |
UTF-8 | 靜렱檉렧邑렜 | 111010011001110110011100111010111010000010110001111001101010101010001001111010111010000010100111111010011000001010010001111010111010000010011100 | e99d9ceba0b1e6aa89eba0a7e98291eba09c |
UHC | 靜렱檉렧邑렜 | 111100001010000110001110101111101110111111100000100011101011011011101011111010011000111010101110 | f0a18ebeefe08eb6ebe98eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)