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 | テ津凖凖 | 11000011100100101100001110011001110000111001100111000011 | c392c399c399c3 |
EUC-JP | テ津凖凖 | 1000111011000011110001001100010111010010110001011101001011000101 | 8ec3c4c5d2c5d2c5 |
UTF-8 | テ津凖凖 | 111011111011111010000011111001101011010010100101111001011000011110010110111001011000011110010110 | efbe83e6b4a5e58796e58796 |
UHC | ?津?? | 0011111111110010110100000011111100111111 | 3ff2d03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)