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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 俎曹B | 1001100011010111100100011000001001000010 | 98d7918242 |
EUC-JP | 俎曹B | 1101000011011001110000011110001001000010 | d0d9c1e242 |
UTF-8 | 俎曹B | 11100100101111111000111011100110100110111011100101000010 | e4bf8ee69bb942 |
UHC | 俎曹B | 1111000010111011111100001100011101000010 | f0bbf0c742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)