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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羂碁:鐚 | 1110001110101110100011001110100110000001010001101110100001011011 | e3ae8ce98146e85b |
EUC-JP | 羂碁:鐚 | 1110011010110000101110001110101110100001101001111110111110111100 | e6b0b8eba1a7efbc |
UTF-8 | 羂碁:鐚 | 111001111011111010000010111001111010001010000001111011111011110010011010111010011001000010011010 | e7be82e7a281efbc9ae9909a |
UHC | ?碁:? | 001111111101000110110011101000111011101000111111 | 3fd1b3a3ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)