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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 湛造其 | 100100100101100010010001101000101001000110110100 | 925891a291b4 |
EUC-JP | 湛造其 | 110000111011100111000010101001001100001010110110 | c3b9c2a4c2b6 |
UTF-8 | 湛造其 | 111001101011100110011011111010011000000010100000111001011000010110110110 | e6b99be980a0e585b6 |
UHC | 湛造其 | 110100111100000011110000111000111101000011101100 | d3c0f0e3d0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)