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 | 歟↓?縊 | 10011111011000101000000110101011001111111110001101101111 | 9f6281ab3fe36f |
EUC-JP | 歟↓?縊 | 11011101110000111010001010101101001111111110010111010000 | ddc3a2ad3fe5d0 |
UTF-8 | 歟↓썾縊 | 111001101010110110011111111000101000011010010011111011001000110110111110111001111011100010001010 | e6ad9fe28693ec8dbee7b88a |
UHC | 歟↓썾縊 | 1110011010100010101000011110100110011011101010001110010011111100 | e6a2a1e99ba8e4fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)