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 | 裴称 | 111010001010001110110100111001111010011110110000 | e8a3b4e7a7b0 |
SJIS-WIN | ?£´?§° | 00111111100000011001001010000001010011000011111110000001100110001000000110001011 | 3f8192814c3f8198818b |
EUC-JP | 裴称 | 1000111110101011101100101010000111110010101000011010110110001111101010111010111010100001111110001010000111101011 | 8fabb2a1f2a1ad8fabaea1f8a1eb |
UTF-8 | 裴称 | 110000111010100011000010101000111100001010110100110000111010011111000010101001111100001010110000 | c3a8c2a3c2b4c3a7c2a7c2b0 |
UHC | ??´?§° | 001111110011111110100010101001010011111110100001110101111010000111000110 | 3f3fa2a53fa1d7a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)