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 | 村息村損 | 1001000110111010100100011010011110010001101110101001000110111001 | 91ba91a791ba91b9 |
EUC-JP | 村息村損 | 1100001010111100110000101010100111000010101111001100001010111011 | c2bcc2a9c2bcc2bb |
UTF-8 | 村息村損 | 111001101001110110010001111001101000000110101111111001101001110110010001111001101001000010001101 | e69d91e681afe69d91e6908d |
UHC | 村息村損 | 1111010110111101111000111101001111110101101111011110000111011111 | f5bde3d3f5bde1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)