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 | ?х?愛? | 00111111100001001000011100111111100010001010010000111111 | 3f84873f88a43f |
EUC-JP | ?х?愛? | 00111111101001111110011100111111101100001010011000111111 | 3fa7e73fb0a63f |
UTF-8 | 驪х쑊愛뉰 | 1110111110100110100001111101000110000101111011001001000110001010111001101000010010011011111010111000100110110000 | efa687d185ec918ae6849beb89b0 |
UHC | 驪х쑊愛뉰 | 11100110101011111010110011100111100111001010100111100100111100011000100001000010 | e6aface79ca9e4f18842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)