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 | 迯丞エ碑ソキ | 111001111000110110001111111001011011010010010100111010001011111110110111 | e78d8fe5b494e8bfb7 |
EUC-JP | 迯丞エ碑ソキ | 111011011110110110111110111001111000111010110100110010001110101010001110101111111000111010110111 | ededbee78eb4c8ea8ebf8eb7 |
UTF-8 | 迯丞エ碑ソキ | 111010001011111110101111111001001011100010011110111011111011110110110100111001111010001010010001111011111011110110111111111011111011110110110111 | e8bfafe4b89eefbdb4e7a291efbdbfefbdb7 |
UHC | ?丞?碑?? | 0011111111100011101010100011111111011101111110000011111100111111 | 3fe3aa3fddf83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)