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 | ?納杷げ | 00111111100101000101101110010100011001101000001010110000 | 3f945b946682b0 |
EUC-JP | ?納杷げ | 00111111110001111011110011000111110001111010010010110010 | 3fc7bcc7c7a4b2 |
UTF-8 | 룶納杷げ | 111010111010001110110110111001111011010010001101111001101001110110110111111000111000000110010010 | eba3b6e7b48de69db7e38192 |
UHC | 룶納杷げ | 1000111110101011110100101010000111110111111011011010101010110010 | 8fabd2a1f7edaab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)