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 | 隰泌」包ス | 1110100010101100100101001110010110100011100101011110111110111101 | e8ac94e5a395efbd |
EUC-JP | 隰泌」包ス | 11110000101011101100100011100111100011101010001111001010111100011000111010111101 | f0aec8e78ea3caf18ebd |
UTF-8 | 隰泌」包ス | 111010011001101010110000111001101011001110001100111011111011110110100011111001011000110010000101111011111011110110111101 | e99ab0e6b38cefbda3e58c85efbdbd |
UHC | ?泌?包? | 00111111111110011011001000111111111110001101000000111111 | 3ff9b23ff8d03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)