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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 菽ヒォ\ | 1110010011000001110010111010101101011100 | e4c1cbab5c |
EUC-JP | 菽ヒォ\ | 11101000110000111000111011001011100011101010101101011100 | e8c38ecb8eab5c |
UTF-8 | 菽ヒォ\ | 11101000100011111011110111101111101111101000101111101111101111011010101101011100 | e88fbdefbe8befbdab5c |
UHC | 菽??\ | 1110001011011101001111110011111101011100 | e2dd3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)