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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跪雅キろ | 11100110111011001000100111101011101101111000001011101011 | e6ec89ebb782eb |
EUC-JP | 跪雅キろ | 1110110011101110101100101110110110001110101101111010010011101101 | eceeb2ed8eb7a4ed |
UTF-8 | 跪雅キろ | 111010001011011110101010111010011001101110000101111011111011110110110111111000111000001010001101 | e8b7aae99b85efbdb7e3828d |
UHC | ?雅?ろ | 001111111110010010111010001111111010101011101101 | 3fe4ba3faaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)