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 | 竣?雨詐?? | 100011110111011000111111100010010100101010001101101111000011111100111111 | 8f763f894a8dbc3f3f |
EUC-JP | 竣?雨詐?? | 101111011101011100111111101100011010101110111010101111100011111100111111 | bdd73fb1abbabe3f3f |
UTF-8 | 竣렠雨詐렰렜 | 111001111010101110100011111010111010000010100000111010011001101110101000111010001010100110010000111010111010000010110000111010111010000010011100 | e7aba3eba0a0e99ba8e8a990eba0b0eba09c |
UHC | 竣렠雨詐렰렜 | 111100011110001010001110101100011110100111101011110111101111000110001110101111011000111010101110 | f1e28eb1e9ebdef18ebd8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)