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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 亦??埃?? | 1001011010010010001111110011111110011010101110100011111100111111 | 96923f3f9aba3f3f |
EUC-JP | 亦??埃?? | 1100101111110010001111110011111111010100101111000011111100111111 | cbf23f3fd4bc3f3f |
UTF-8 | 亦싦펿埃귛쑑 | 111001001011101010100110111011001000101110100110111011011000111010111111111001011001111110000011111010101011011110011011111011001001000110010001 | e4baa6ec8ba6ed8ebfe59f83eab79bec9191 |
UHC | 亦싦펿埃귛쑑 | 111001101011001010011010111001001011110010001110111001001110111110000010111001011001110010110000 | e6b29ae4bc8ee4ef82e59cb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)