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 | ?w}Y?w}bE | 001111110111011101111101010110010011111101110111011111010110001001000101 | 3f777d593f777d6245 |
SJIS-WIN | 辰w}Y辰w}bE | 1001001001000011011101110111110101011001100100100100001101110111011111010110001001000101 | 9243777d599243777d6245 |
EUC-JP | 辰w}Y辰w}bE | 1100001110100100011101110111110101011001110000111010010001110111011111010110001001000101 | c3a4777d59c3a4777d6245 |
UTF-8 | 辰w}Y辰w}bE | 11101000101111101011000001110111011111010101100111101000101111101011000001110111011111010110001001000101 | e8beb0777d59e8beb0777d6245 |
UHC | 辰w}Y辰w}bE | 1111001011100011011101110111110101011001111100101110001101110111011111010110001001000101 | f2e3777d59f2e3777d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)