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 | 上ユァ脯タ | 10001111111000111101010110100111111000111111101111000000 | 8fe3d5a7e3fbc0 |
EUC-JP | 上ユァ脯タ | 10111110111001011000111011010101100011101010011111100110111111011000111011000000 | bee58ed58ea7e6fd8ec0 |
UTF-8 | 上ユァ脯タ | 111001001011100010001010111011111011111010010101111011111011110110100111111010001000010010101111111011111011111010000000 | e4b88aefbe95efbda7e884afefbe80 |
UHC | 上??脯? | 11011111101111100011111100111111111110001110000100111111 | dfbe3f3ff8e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)