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 | 竣?ε雨企? | 10001111011101100011111110000011110000111000100101001010100010101110100100111111 | 8f763f83c3894a8ae93f |
EUC-JP | 竣?ε雨企? | 10111101110101110011111110100110110001011011000110101011101101001110101100111111 | bdd73fa6c5b1abb4eb3f |
UTF-8 | 竣ㅸε雨企렣 | 1110011110101011101000111110001110000101101110001100111010110101111010011001101110101000111001001011110010000001111010111010000010100011 | e7aba3e385b8ceb5e99ba8e4bc81eba0a3 |
UHC | 竣ㅸε雨企렣 | 111100011110001010100100111010001010010111100101111010011110101111010000111010101000111010110100 | f1e2a4e8a5e5e9ebd0ea8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)