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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 湛卒短 | 100100100101100010010001101100101001001001011010 | 925891b2925a |
EUC-JP | 湛卒短 | 110000111011100111000010101101001100001110111011 | c3b9c2b4c3bb |
UTF-8 | 湛卒短 | 111001101011100110011011111001011000110110010010111001111001111110101101 | e6b99be58d92e79fad |
UHC | 湛卒短 | 110100111100000011110000111011111101001110101101 | d3c0f0efd3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)