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 | ?????zB | 00111111001111110011111100111111001111110111101001000010 | 3f3f3f3f3f7a42 |
SJIS-WIN | 閼ア譚溯┳zB | 1110100010000100101100011110011010011101100111111110100010000100101100010111101001000010 | e884b1e69d9fe884b17a42 |
EUC-JP | 閼ア譚溯┳zB | 111011111110010010001110101100011110101111111101110111101110101010101000101100110111101001000010 | efe48eb1ebfddeeaa8b37a42 |
UTF-8 | 閼ア譚溯┳zB | 1110100110010110101111001110111110111101101100011110100010101101100110101110011010111010101011111110001010010100101100110111101001000010 | e996bcefbdb1e8ad9ae6baafe294b37a42 |
UHC | 閼?譚溯┳zB | 1110010011011001001111111101001111001001111000011011110110100110101100110111101001000010 | e4d93fd3c9e1bda6b37a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)