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 | ???r | 00111111001111110011111101110010 | 3f3f3f72 |
SJIS-WIN | ?氏∫r | 001111111000111010000001100000011110011101110010 | 3f8e8181e772 |
EUC-JP | ?氏∫r | 001111111011101111100001101000101110100101110010 | 3fbbe1a2e972 |
UTF-8 | 룶氏∫r | 11101011101000111011011011100110101100001000111111100010100010001010101101110010 | eba3b6e6b08fe288ab72 |
UHC | 룶氏∫r | 10001111101010111110010010101011101000011111001001110010 | 8fabe4aba1f272 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)