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 | 床樰ー淏 | 10001111101100001111101011101101101100001111101101000010 | 8fb0faedb0fb42 |
EUC-JP | 床樰ー淏 | 10111110101100101000111111000100111111011000111010110000100011111100011111011001 | beb28fc4fd8eb08fc7d9 |
UTF-8 | 床樰ー淏 | 111001011011101010001010111001101010100010110000111011111011110110110000111001101011011110001111 | e5ba8ae6a8b0efbdb0e6b78f |
UHC | 床??淏 | 110111111100100100111111001111111111101111001000 | dfc93f3ffbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)