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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 他造他測 | 1001000110111100100100011010001010010001101111001001000110101010 | 91bc91a291bc91aa |
EUC-JP | 他造他測 | 1100001010111110110000101010010011000010101111101100001010101100 | c2bec2a4c2bec2ac |
UTF-8 | 他造他測 | 111001001011101110010110111010011000000010100000111001001011101110010110111001101011100010101100 | e4bb96e980a0e4bb96e6b8ac |
UHC | 他造他測 | 1111011011100010111100001110001111110110111000101111011010110100 | f6e2f0e3f6e2f6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)