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 | 永??午?? | 1000100101101001001111110011111110001100110111110011111100111111 | 89693f3f8cdf3f3f |
EUC-JP | 永??午?? | 1011000111001010001111110011111110111000111000010011111100111111 | b1ca3f3fb8e13f3f |
UTF-8 | 永귣젽午뽯젌 | 111001101011000010111000111010101011011110100011111011001010000010111101111001011000110110001000111010111011110110101111111011001010000010001100 | e6b0b8eab7a3eca0bde58d88ebbdafeca08c |
UHC | 永귣젽午뽯젌 | 111001111011010110000010111010111010000010101111111001111110110110010110111010111010000010001101 | e7b582eba0afe7ed96eba08d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)