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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 陽怐陽怐B | 100101110111101010011100100000011001011101111010100111001000000101000010 | 977a9c81977a9c8142 |
EUC-JP | 陽怐陽怐B | 110011011101101111010111111000011100110111011011110101111110000101000010 | cddbd7e1cddbd7e142 |
UTF-8 | 陽怐陽怐B | 11101001100110011011110111100110100000001001000011101001100110011011110111100110100000001001000001000010 | e999bde68090e999bde6809042 |
UHC | 陽?陽?B | 11100101110101010011111111100101110101010011111101000010 | e5d53fe5d53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)