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 | ?A?K | 00111111010000010011111101001011 | 3f413f4b |
SJIS-WIN | 辰A竪K | 100100100100001101000001100100100100011101001011 | 92434192474b |
EUC-JP | 辰A竪K | 110000111010010001000001110000111010100001001011 | c3a441c3a84b |
UTF-8 | 辰A竪K | 1110100010111110101100000100000111100111101010111010101001001011 | e8beb041e7abaa4b |
UHC | 辰A竪K | 111100101110001101000001111000101011010101001011 | f2e341e2b54b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)