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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ト邇ケシ鮓ッ | 11110000101000011100010011100111100011101011100110111100111010011011011010101111 | f0a1c4e78eb9bce9b6af |
EUC-JP | ?ト邇ケシ鮓ッ | 00111111100011101100010011101101111011101000111010111001100011101011110011110010101110001000111010101111 | 3f8ec4edee8eb98ebcf2b88eaf |
UTF-8 | ト邇ケシ鮓ッ | 111011101000000110100000111011111011111010000100111010011000001010000111111011111011110110111001111011111011110110111100111010011010111010010011111011111011110110101111 | ee81a0efbe84e98287efbdb9efbdbce9ae93efbdaf |
UHC | ??邇???? | 0011111100111111111011001100010000111111001111110011111100111111 | 3f3fecc43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)