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 | 瑕レ、霳 | 1110000011101010111101001011011011011010101001001111101111101101 | e0eaf4b6daa4fbed |
EUC-JP | 瑕?レ、霳 | 11100000111011000011111110001110110110101000111010100100100011111110011110101100 | e0ec3f8eda8ea48fe7ac |
UTF-8 | 瑕レ、霳 | 111001111001000110010101111011101000110110100101111011111011111010011010111011111011110110100100111010011001110010110011 | e79195ee8da5efbe9aefbda4e99cb3 |
UHC | 瑕???? | 111110011100001000111111001111110011111100111111 | f9c23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)