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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 俎??^ | 1001100011010111001111110011111101011110 | 98d73f3f5e |
EUC-JP | 俎??^ | 1101000011011001001111110011111101011110 | d0d93f3f5e |
UTF-8 | 俎송서^ | 11100100101111111000111011101100100001101010000111101100100001001001110001011110 | e4bf8eec86a1ec849c5e |
UHC | 俎송서^ | 11110000101110111011110011011011101111001010110101011110 | f0bbbcdbbcad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)