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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 鞨瀧分h | 11101000111000001001000111101011100101011010101001101000 | e8e091eb95aa68 |
EUC-JP | 鞨瀧分h | 11110000111000101100001011101101110010101010110001101000 | f0e2c2edcaac68 |
UTF-8 | 鞨瀧分h | 11101001100111101010100011100111100000001010011111100101100010001000011001101000 | e99ea8e780a7e5888668 |
UHC | 鞨瀧分h | 11001010111010101101011011101001110111011100001001101000 | caead6e9ddc268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)