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 | Å»âàû | 100011111100010110111011111000101110000011111011 | 8fc5bbe2e0fb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Å?âàû | 0011111110001111101010101010100100111111100011111010101110100100100011111010101110100010100011111010101111100101 | 3f8faaa93f8faba48faba28fabe5 |
UTF-8 | Å»âàû | 110000101000111111000011100001011100001010111011110000111010001011000011101000001100001110111011 | c28fc385c2bbc3a2c3a0c3bb |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)