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 | ?楯琵 | 0011111110001111011111001001010011111010 | 3f8f7c94fa |
EUC-JP | ?楯琵 | 0011111110111101110111011100100011111100 | 3fbdddc8fc |
UTF-8 | 쒜楯琵 | 111011001001001010011100111001101010010110101111111001111001000010110101 | ec929ce6a5afe790b5 |
UHC | 쒜楯琵 | 101111101010111011100010111001001101110111110101 | beaee2e4ddf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)