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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 爾鴦シ鮓ッ | 11110001111101111000111010100010111010011111000110111100111010011011011010101111 | f1f78ea2e9f1bce9b6af |
EUC-JP | ?爾鴦シ鮓ッ | 0011111110111100101001001111001011110011100011101011110011110010101110001000111010101111 | 3fbca4f2f38ebcf2b88eaf |
UTF-8 | 爾鴦シ鮓ッ | 111011101000010110110010111001111000100010111110111010011011010010100110111011111011110110111100111010011010111010010011111011111011110110101111 | ee85b2e788bee9b4a6efbdbce9ae93efbdaf |
UHC | ?爾鴦??? | 0011111111101100101100111110010011101100001111110011111100111111 | 3fecb3e4ec3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)