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 | 弑??申?? | 1001110001010101001111110011111110010000010111000011111100111111 | 9c553f3f905c3f3f |
EUC-JP | 弑??申?? | 1101011110110110001111110011111110111111101111010011111100111111 | d7b63f3fbfbd3f3f |
UTF-8 | 弑뗮뢜申뒒뢖 | 111001011011110010010001111010111001011110101110111010111010001010011100111001111001010010110011111010111001001010010010111010111010001010010110 | e5bc91eb97aeeba29ce794b3eb9292eba296 |
UHC | 弑뗮뢜申뒒뢖 | 111000111011110110001011111011011000111101010111111000111110100110001010100011111000111101010001 | e3bd8bed8f57e3e98a8f8f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)