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 | ?れ?夷? | 00111111100000101110101000111111100010001100111000111111 | 3f82ea3f88ce3f |
EUC-JP | ?れ?夷? | 00111111101001001110110000111111101100001101000000111111 | 3fa4ec3fb0d03f |
UTF-8 | 淋れ㎟夷랁 | 111011111010011110110101111000111000001010001100111000111000111010011111111001011010010010110111111010111001111010000001 | efa7b5e3828ce38e9fe5a4b7eb9e81 |
UHC | 淋れ㎟夷랁 | 11101100111110001010101011101100101001111011000111101100101010001000110111101101 | ecf8aaeca7b1eca88ded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)