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 | 鴫冗イ | 11110000101111101000111010110000100011111110011110110010 | f0be8eb08fe7b2 |
EUC-JP | ?鴫冗イ | 00111111101111001011001010111110111010011000111010110010 | 3fbcb2bee98eb2 |
UTF-8 | 鴫冗イ | 111011101000000110111101111010011011010010101011111001011000011010010111111011111011110110110010 | ee81bde9b4abe58697efbdb2 |
UHC | ??冗? | 0011111100111111111010011011011100111111 | 3f3fe9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)