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 | 旬??旬 | 100011110111101100111111001111111000111101111011 | 8f7b3f3f8f7b |
EUC-JP | 旬?濊旬 | 1011110111011100001111111000111111001000111111101011110111011100 | bddc3f8fc8febddc |
UTF-8 | 旬앐濊旬 | 111001101001011110101100111011001001010110010000111001101011111110001010111001101001011110101100 | e697acec9590e6bf8ae697ac |
UHC | 旬앐濊旬 | 1110001011100010100111011101010011100111110110001110001011100010 | e2e29dd4e7d8e2e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)