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 | 欲??陰 | 100101110111111000111111001111111000100101000001 | 977e3f3f8941 |
EUC-JP | 欲??陰 | 110011011101111100111111001111111011000110100010 | cddf3f3fb1a2 |
UTF-8 | 欲먯녆陰 | 111001101010110010110010111010111010100010101111111010111000010110000110111010011001100110110000 | e6acb2eba8afeb8586e999b0 |
UHC | 欲먯녆陰 | 1110100110110000100100001110110010000110101111011110101111100100 | e9b090ec86bdebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)