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 | 諸?乞日? | 1000111110010100001111111000110011101110100100111111101000111111 | 8f943f8cee93fa3f |
EUC-JP | 諸?乞日? | 1011110111110100001111111011100011110000110001101111110000111111 | bdf43fb8f0c6fc3f |
UTF-8 | 諸댈乞日렦 | 111010001010101110111000111010111000110010001000111001001011100110011110111001101001011110100101111010111010000010100110 | e8abb8eb8c88e4b99ee697a5eba0a6 |
UHC | 諸댈乞日렦 | 11110000101100111011010011101110110010111111011111101100111011011000111010110101 | f0b3b4eecbf7eced8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)