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 | 質リ | 11110000110000001000111010111111111100011110000111011000 | f0c08ebff1e1d8 |
EUC-JP | ?質?リ | 001111111011110011000001001111111000111011011000 | 3fbcc13f8ed8 |
UTF-8 | 質リ | 111011101000000110111111111010001011001110101010111011101000010110011100111011111011111010011000 | ee81bfe8b3aaee859cefbe98 |
UHC | ?質?? | 0011111111110010111101010011111100111111 | 3ff2f53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)