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 | 達俗短 | 100100100100001010010001101011011001001001011010 | 924291ad925a |
EUC-JP | 達俗短 | 110000111010001111000010101011111100001110111011 | c3a3c2afc3bb |
UTF-8 | 達俗短 | 111010011000000110010100111001001011111110010111111001111001111110101101 | e98194e4bf97e79fad |
UHC | 達俗短 | 110100111011100111100001110101001101001110101101 | d3b9e1d4d3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)