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 | 蓁伜キス陲冶 | 11100100111010111001100011100101101101111011110111101000101000101001011011101000 | e4eb98e5b7bde8a296e8 |
EUC-JP | 蓁伜キス陲冶 | 111010001110110111010000111001111000111010110111100011101011110111110000101001001100110011101010 | e8edd0e78eb78ebdf0a4ccea |
UTF-8 | 蓁伜キス陲冶 | 111010001001001110000001111001001011110010011100111011111011110110110111111011111011110110111101111010011001100110110010111001011000011010110110 | e89381e4bc9cefbdb7efbdbde999b2e586b6 |
UHC | ?????冶 | 00111111001111110011111100111111001111111110010110100111 | 3f3f3f3f3fe5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)