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 | 顋母ウ∫キ稀 | 11101000111110011001010111101010101100111000000111100111101101111000101101001000 | e8f995eab381e7b78b48 |
EUC-JP | 顋母ウ∫キ稀 | 111100001111101111001010111011001000111010110011101000101110100110001110101101111011010110101001 | f0fbcaec8eb3a2e98eb7b5a9 |
UTF-8 | 顋母ウ∫キ稀 | 111010011010000110001011111001101010111110001101111011111011110110110011111000101000100010101011111011111011110110110111111001111010100010000000 | e9a18be6af8defbdb3e288abefbdb7e7a880 |
UHC | ?母?∫?稀 | 001111111101100110111101001111111010000111110010001111111111110111111100 | 3fd9bd3fa1f23ffdfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)