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 | 鄕るエォ | 111110111011100010000010111010011011010010101011 | fbb882e9b4ab |
EUC-JP | ?るエォ | 00111111101001001110101110001110101101001000111010101011 | 3fa4eb8eb48eab |
UTF-8 | 鄕るエォ | 111010011000010010010101111000111000001010001011111011111011110110110100111011111011110110101011 | e98495e3828befbdb4efbdab |
UHC | 鄕る?? | 111110101100000110101010111010110011111100111111 | fac1aaeb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)