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 | ?簇? | 00111111111000101100011000111111 | 3fe2c63f |
EUC-JP | ?簇? | 00111111111001001100100000111111 | 3fe4c83f |
UTF-8 | 롔簇롗 | 111010111010000110010100111001111011000010000111111010111010000110010111 | eba194e7b087eba197 |
UHC | 롔簇롗 | 100011101101100011110000111010101000111011011011 | 8ed8f0ea8edb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)