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 | ???ち? | 001111110011111100111111100000101011111100111111 | 3f3f3f82bf3f |
EUC-JP | ???ち? | 001111110011111100111111101001001100000100111111 | 3f3f3fa4c13f |
UTF-8 | 룶괌캀ち룴 | 111010111010001110110110111010101011010010001100111011001011101010000000111000111000000110100001111010111010001110110100 | eba3b6eab48cecba80e381a1eba3b4 |
UHC | 룶괌캀ち룴 | 10001111101010111011000110100001101011111000111110101010110000011000111110101001 | 8fabb1a1af8faac18fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)