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 | ?納杷ゴ | 00111111100101000101101110010100011001101000001101010011 | 3f945b94668353 |
EUC-JP | ?納杷ゴ | 00111111110001111011110011000111110001111010010110110100 | 3fc7bcc7c7a5b4 |
UTF-8 | 룶納杷ゴ | 111010111010001110110110111001111011010010001101111001101001110110110111111000111000001010110100 | eba3b6e7b48de69db7e382b4 |
UHC | 룶納杷ゴ | 1000111110101011110100101010000111110111111011011010101110110100 | 8fabd2a1f7edabb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)