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 | 治蒔 | 1111000011110000100011101010000111110001111111001000111010101010 | f0f08ea1f1fc8eaa |
EUC-JP | ?治?蒔 | 001111111011110010100011001111111011110010101100 | 3fbca33fbcac |
UTF-8 | 治蒔 | 111011101000001010101111111001101011001010111011111011101000010110110111111010001001001010010100 | ee82afe6b2bbee85b7e89294 |
UHC | ?治?蒔 | 001111111111011010111101001111111110001111001000 | 3ff6bd3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)