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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 閃?宵 | 1001000101001101001111111000111110101010 | 914d3f8faa |
EUC-JP | 閃瘙宵 | 11000001101011101000111111001101111100001011111010101100 | c1ae8fcdf0beac |
UTF-8 | 閃瘙宵 | 111010011001011010000011111001111001100010011001111001011010111010110101 | e99683e79899e5aeb5 |
UHC | 閃瘙宵 | 111000001110110011100001110001001110000110110010 | e0ece1c4e1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)