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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 篠治粨耳 | 10001110110000101000111010100001111000101110100010001110101010001111000010111011 | 8ec28ea1e2e88ea8f0bb |
EUC-JP | 篠治粨耳? | 101111001100010010111100101000111110010011101010101111001010101000111111 | bcc4bca3e4eabcaa3f |
UTF-8 | 篠治粨耳 | 111001111010111110100000111001101011001010111011111001111011001010101000111010001000000010110011111011101000000110111010 | e7afa0e6b2bbe7b2a8e880b3ee81ba |
UHC | 篠治?耳? | 1110000111000110111101101011110100111111111011001011110000111111 | e1c6f6bd3fecbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)