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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?楯琵? | 001111111000111101111100100101001111101000111111 | 3f8f7c94fa3f |
EUC-JP | ?楯琵? | 001111111011110111011101110010001111110000111111 | 3fbdddc8fc3f |
UTF-8 | 쒜楯琵쒜 | 111011001001001010011100111001101010010110101111111001111001000010110101111011001001001010011100 | ec929ce6a5afe790b5ec929c |
UHC | 쒜楯琵쒜 | 1011111010101110111000101110010011011101111101011011111010101110 | beaee2e4ddf5beae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)