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 | ????P?? | 00111111001111110011111100111111010100000011111100111111 | 3f3f3f3f503f3f |
SJIS-WIN | 髻オ閾ェP髻オ | 11101001100111111011010111101000100001111010101001010000111010011001111110110101 | e99fb5e887aa50e99fb5 |
EUC-JP | 髻オ閾ェP髻オ | 11110010101000011000111010110101111011111110011110001110101010100101000011110010101000011000111010110101 | f2a18eb5efe78eaa50f2a18eb5 |
UTF-8 | 髻オ閾ェP髻オ | 11101001101010111011101111101111101111011011010111101001100101101011111011101111101111011010101001010000111010011010101110111011111011111011110110110101 | e9abbbefbdb5e996beefbdaa50e9abbbefbdb5 |
UHC | ????P?? | 00111111001111110011111100111111010100000011111100111111 | 3f3f3f3f503f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)