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 | 吾??異? | 10001100111000010011111100111111100010001101100100111111 | 8ce13f3f88d93f |
EUC-JP | 吾??異? | 10111000111000110011111100111111101100001101101100111111 | b8e33f3fb0db3f |
UTF-8 | 吾멸퍓異콮 | 111001011001000010111110111010111010100110111000111011011000110110010011111001111001010110110000111011001011110110101110 | e590beeba9b8ed8d93e795b0ecbdae |
UHC | 吾멸퍓異콮 | 11100111111011101011100011101010101110111000101011101100101101101011001001000010 | e7eeb8eabb8aecb6b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)