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 | ?宿? | 00111111100011110110100000111111 | 3f8f683f |
EUC-JP | ?宿? | 00111111101111011100100100111111 | 3fbdc93f |
UTF-8 | 롆宿렭 | 111010111010000110000110111001011010111010111111111010111010000010101101 | eba186e5aebfeba0ad |
UHC | 롆宿렭 | 100011101100110011100010110101101000111010111010 | 8ecce2d68eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)