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 | ?汐耳爾 | 00111111100011101010110010001110101010001000111010100010 | 3f8eac8ea88ea2 |
EUC-JP | ?汐耳爾 | 00111111101111001010111010111100101010101011110010100100 | 3fbcaebcaabca4 |
UTF-8 | 罹汐耳爾 | 111011111010011110100110111001101011000110010000111010001000000010110011111001111000100010111110 | efa7a6e6b190e880b3e788be |
UHC | 罹汐耳爾 | 1110110010111010111000001011000111101100101111001110110010110011 | ecbae0b1ecbcecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)