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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 音??^ | 1000100110111001001111110011111101011110 | 89b93f3f5e |
EUC-JP | 音??^ | 1011001010111011001111110011111101011110 | b2bb3f3f5e |
UTF-8 | 音묐탨^ | 11101001100111111011001111101011101011001001000011101101100000111010100001011110 | e99fb3ebac90ed83a85e |
UHC | 音묐탨^ | 11101011111001011001000111101011101101011000101001011110 | ebe591ebb58a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)