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 | 硝鮠ョ\ | 100011111100100111101001101111001010111001011100 | 8fc9e9bcae5c |
EUC-JP | 硝鮠ョ\ | 10111110110010111111001010111110100011101010111001011100 | becbf2be8eae5c |
UTF-8 | 硝鮠ョ\ | 11100111101000011001110111101001101011101010000011101111101111011010111001011100 | e7a19de9aea0efbdae5c |
UHC | 硝??\ | 1111010110100110001111110011111101011100 | f5a63f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)