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 | 臍??奬? | 11100100011000000011111100111111100110101111101100111111 | e4603f3f9afb3f |
EUC-JP | 臍??奬? | 11100111110000010011111100111111110101001111110100111111 | e7c13f3fd4fd3f |
UTF-8 | 臍쇨쑹奬렞 | 111010001000011110001101111011001000011110101000111011001001000110111001111001011010010110101100111010111010000010011110 | e8878dec87a8ec91b9e5a5aceba09e |
UHC | 臍쇨쑹奬렞 | 11110000101100001011110011101010101111101010101111101101111000011000111010101111 | f0b0bceabeabede18eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)